Home All Groups Group Topic Archive Search About

Access mdb file on server

Author
15 May 2006 10:40 AM
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:29 PM
Paul Clement
On Mon, 15 May 2006 05:40:03 -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.

See the response to your first post.


Paul
~~~~
Microsoft MVP (Visual Basic)