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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Timeout Error when Inserting into a table

Status
Not open for further replies.

princessk1

Programmer
Feb 28, 2002
74
CA
Does anyone know why I would get a timeout error on an insert statement in my vb application?

Thanks
 

QueryTimeout defaults to 30 seconds, which is usually enough to retrieve, insert, and update data. The reason that you are recieving this error message could be any number of reasons, but most likely a bad connection or slow network/server. Could also be a contention issue but I doubt that is it since that should return a different error message.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top