jola
04-06-2004, 03:38 AM
I have a problem with connecting to the DB that resides like all my asp files on web server(which is not my local machine)
I use thi connection string:
objConn.Open Provider="Microsoft.Jet.OLEDB.4.0; Data Source = C:\inetpub\wwwroot\Intranet\SomeAPP\Data\DataMEIC.mdb;Mode=ReadWrite;Persist Security Info=False"
the answer that I get is:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Can anybody help me to solve this problem,because whenever i work localy I do not have that problem
Is there some adjucement that administratot should do with the web server?
thank's JOLA
I use thi connection string:
objConn.Open Provider="Microsoft.Jet.OLEDB.4.0; Data Source = C:\inetpub\wwwroot\Intranet\SomeAPP\Data\DataMEIC.mdb;Mode=ReadWrite;Persist Security Info=False"
the answer that I get is:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Can anybody help me to solve this problem,because whenever i work localy I do not have that problem
Is there some adjucement that administratot should do with the web server?
thank's JOLA