Posted by vishal.k.s on 10/01/86 11:27
Hello,
I have some code that uses ODBC to retreive column information
from a SQL Server database. The call to ::SQLColumns succeeds.
I then bind my C variables to the HSTMT handle. I then call
::SQLFetch to get the next row. ::SQLFetch crashes with an
access violation. I am unable to debug
The same code works without issue against a MySQL database.
Has anyone ever encountered this crash?
Is there a work-around anyone knows of?
Thank you very much for your help.
Navigation:
[Reply to this message]
|