|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Can't Access an mdb file from the web.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 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)
int64 or double
serializing data to a file datatable.import row bug/issue Custom List casting remove xml node in xml document Console Application - Exit Code Formating Text in a text box How to copy a form How to move a control contained within a usercontrol at design time file associatoin with application |
|||||||||||||||||||||||