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 "Select * from [Calculations] Where [CaseId] = 3229"
The really funny thing is that when I take the same SQL select statement and run it from Query Analyzer it works fine!
Any help/pointers would be gratefully received.
Andy
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 "Select * from [Calculations] Where [CaseId] = 3229"
The really funny thing is that when I take the same SQL select statement and run it from Query Analyzer it works fine!
Any help/pointers would be gratefully received.
Andy