ADO and SQL Server

N

Newbie

Hi,

I have an XP database that returns a recordset based on a stored procedure
in SQL Server 2000

Occasionally I get a time out error that then makes the dbase crash and
burn.
Where is the timeout period set?
What is the best way to get around this problem? A timer on the form or is
there something else that is better?
 
N

Naresh Nichani MVP

Hi:

I assume you are running ADO code to run the stored proc. The ADODB
Connection Object has a ConnectionTimeout property set in milliseconds - you
can increase this.

Regards,

Naresh Nichani
Microsoft Access MVP
 

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