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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Differences in ODBC versions???

Status
Not open for further replies.

ZemogSC

Programmer
Sep 29, 2003
30
US
We have some in house applications that we run (VC++) that have been running fine for years. We recently upgraded our ODBC version from 02.06.00.03 to 03.02.00.00 and they are all failing miserably. (DBC Version from V2R3 to V2R5) Does anyone know of any "major" changes to the driver that would be causing the failure?

It appears to be failing here: " SQLSetEnvAttr(henv, SQL_ATTR_ODBC_VERSION, (void*) SQL_OV_ODBC3,
SQL_IS_INTEGER); "

I don't claim to speak "VC++", so this is a best guess after debugging the code.

Any help would be greatly appreciated. (Like I said, I don't know VC++ real well, so if you need more info ask, and I'll see what I can do).

Thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top