I have Oracle 9i on my computer and I am trying to debug a VC++ 6.0 application on my win2000 machine.
I am able to log on to this app and exchange date with the external db(verify userid, grab some user specific info, etc) but then when I attempt to run a SQLFreeStmt() statement, I receive a:
"Unhandled exception in LMS.exe (ODBC32.DLL): 0xC0000005: Access Violation."
error message.
Its not really caused by this particular statement because I threw a SQLError statement in there and it caused the same exception.
ANy ideas would be greatly appreciated as I as stuck here...
thanks
I am able to log on to this app and exchange date with the external db(verify userid, grab some user specific info, etc) but then when I attempt to run a SQLFreeStmt() statement, I receive a:
"Unhandled exception in LMS.exe (ODBC32.DLL): 0xC0000005: Access Violation."
error message.
Its not really caused by this particular statement because I threw a SQLError statement in there and it caused the same exception.
ANy ideas would be greatly appreciated as I as stuck here...
thanks