Can somebody please tell me based on your experience what would cause a vb program using a database to produce a "timeout error". I find it really hard to track this error cause it just happens.
Sounds like your ADO command object is timing out. If I remember correctly its default is 30 seconds you can change this in code to a value that you want or you could wait forever if you wanted (not recommended). This can happen, say when you are trying to update a record and someone else has the page locked because of the type of recordset that they have it locks the table/page that you are trying to update or even select from.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.