ODBC microsoft.jet.oledb.4.0 Connection Timeout in ASP VBscript

G

Guest

I'm also geting the Error message

Microsoft OLE DB Service Components (0x80040E21)
Multiple-step OLE DB operation generated errors. Check each OLE DB status
value, if available. No work was done.
/webscribe/test.asp, line 15

when i try and set a "Connect Timeout" in the Connection String

The Connection String is:
"provider=microsoft.jet.oledb.4.0; Data
Source=\\<databaseserver>\<folder>\data.mdb;User Id=Admin;Password=test;Jet
OLEDB:System database=\\<databaseserver>\<folder>\test.mdw;Connect
Timeout=30;"

if the "Connect Timeout=30" is removed the connection will not return the
error.

Thanks in Advance for your help.

Kind regards

Adrian Ndwiga
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top