Home All Groups Group Topic Archive Search About

Can't Access an mdb file from the web.

Author
12 May 2006 10:00 PM
Bob Palank
I created a windows application, added a Grid Control  and connected to the
Pubs.mdb Access database locally with no trouble. Next I copied Pubs to a
WebServer, changed the connection string by providing the IP address of the
web server but the error below occurs.  I tried the domain name ( like
ibm.com\Folder) for the server and that failed also. I don't think I'm even
attempting to hit on the server!  The error is shown below

An OleDBException was unhandled   ==>
Me.AuthorsTableAdapter.Fill(Me.PubsDataSet.authors)

Error : Cannot start your application. The workgroup information file is
missing or opened exclusively by another user.

TIA

  Bob

Author
15 May 2006 4:28 PM
Paul Clement
On Fri, 12 May 2006 17:00:48 -0500, "Bob Palank" <b**@stlcc.org> wrote:

¤ I created a windows application, added a Grid Control  and connected to the
¤ Pubs.mdb Access database locally with no trouble. Next I copied Pubs to a
¤ WebServer, changed the connection string by providing the IP address of the
¤ web server but the error below occurs.  I tried the domain name ( like
¤ ibm.com\Folder) for the server and that failed also. I don't think I'm even
¤ attempting to hit on the server!  The error is shown below
¤
¤ An OleDBException was unhandled   ==>
¤ Me.AuthorsTableAdapter.Fill(Me.PubsDataSet.authors)
¤
¤ Error : Cannot start your application. The workgroup information file is
¤ missing or opened exclusively by another user.
¤

There is either an issue with your connection string or you're encountering a security problem:

http://support.microsoft.com/kb/q316675/


Paul
~~~~
Microsoft MVP (Visual Basic)