-2147217871 TimeOut Using ADO and SQL Server 2000
I'll try the short version first. I get an error -2147217871 (timeout expired) on an insert to a table with 28 fields. I have several smaller tables in the same db that work fine in performing deletes and inserts. What is hopefully a clue is that inserts to the larger table work at the click of a key if I have just resized any of the larger table fields, saved, and then run my code. The code will work two or three times consecutively, then it breaks with the timeout expired error, and nothing less than changing a field size again makes the larger table insert work.
Just for funsies I have set the ADO command timeout very high to see what would happen. It has been running for about an hour. No error yet, but no execution either. I have set no locks that I am aware of.
Thanks in advance for any help.
|