This is a discussion on SQL Query changes sometimes within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> When sending lots of the same Queries to SQL server using VB6 and ODBC,sometimes the query changes on the ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| When sending lots of the same Queries to SQL server using VB6 and ODBC,sometimes the query changes on the SQL server. It should be "EXECUTE SPUPDAT etc etc" but it changes to "select * from EXECUTE SPUPDAT etc etc" when sending the same query again after a short while (5 sec) it arrives correctly. What is wrong? Taco |