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
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