Hi Agsuresh
Thanks for the suggestion, however, I would have thought that a timeout error would raise an Err.Number of -2147217871?
I've already added code for this in the data handler.
I've also had a look on TechNet and MSDN and can't see any TimeOut bugs, apart from the ones that mention...
Hi Targol,
I have a standard class library that is responsible for opening, reading, writing, etc data from the SQL 7 database.
So basically the code does the following:
Creates a ADODB.Connection object
Creates a ADODB.RecordSet object
Sets the RecordSet object properties to...
Hi Targol,
If you mean does the error occur again in the application, then the answer is no.
You can try the same piece of code and the error doesn't occur. Then after a period of time, the error occurs again.
Very weird!!
Cheers
Andy
I have a VB 6 application that uses ADO to read and write data from SQL 7.
Every know and then I get the following error number raised when read data from SQL 7:
Error No. : -2147467000.
Error Description : Unspecified error
The types of select statement that generates this error is...
I'm having trouble checking to see if any conflicts have occurred when writing a disconnected record set back to SQL server 7.
The piece of code that I'm using works when there is just 1 record in the set, however, if there are more, then it doesn't find any conflicts.
I've doubled checked the...
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.