Hi,
Has anyone seen this error before when running a SQL Select?
I went to the webpage suggested by the error, but essentially just found a bunch of people complaining to Microsoft to "fix the bug." All I'm doing is the following:
- Storing this SQL in a constant
- Connecting to a MS SQL Server
- After connection, running a SQLSelect on the database with this query
- Attempting to receive a RecordSet back to parse.
I run about 25 other queries to the same database on the same server in the same fashion via threads and timers, but this particular one is causing an issue. One would assume then that it's the SQL query itself, however when running it in SQL Management Studio I have no issues.
Thanks!