Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC timeout reset when copying db

Status
Not open for further replies.

Onyxpurr

Programmer
Feb 24, 2003
476
US
I have a database that another location copies and places on their file server.

When they copy it over, the odbc timeout of 600 is reset to 120 and my users can't run the report.

Has anyone else had this problem? Anyone know of a fix?

Thanks!!
 
Maybe the Timeout value is set in the registry. Depends on the version but something like

\HKEY_LOCAL_MACHINE\SOFTWARE\Jet\3.5\QueryTimeout

And/Or

\HKEY_LOCAL_MACHINE\SOFTWARE\Jet\3.5\LoginTimeout

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top