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!

Search results for query: *

  1. AndyHicks

    Unknown error in VB when using SQL 7

    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...
  2. AndyHicks

    Unknown error in VB when using SQL 7

    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...
  3. AndyHicks

    Unknown error in VB when using SQL 7

    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
  4. AndyHicks

    Unknown error in VB when using SQL 7

    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...
  5. AndyHicks

    UpdateBatch method and checking for conflicts

    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...

Part and Inventory Search

Back
Top