Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC32.dll error.

Status
Not open for further replies.

golyg

Programmer
Jul 22, 2002
319
US
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



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top