Oracle 9 ODBC Driver not work
Hi,
Does anyone have problem in using Oracle 9i ODBC driver?
My application supports Oracle 8i (DB + Oracle ODBC driver) very well with ODBC API and ADO, no any problem. I am testing it in Oracle 9i. The environment is: windows 2000 + Oracle 9i(9.2.0.1.0) DB + Oracle 9i ODBC driver.
I have two versions of ODBC drivers: 9.02.00.00 (dated on 3/12/2002)and 9.02.00.02 (dated on 6/20/2002). With the earlier version, it seems I have no problems in ODBC API, but problem in ADO. "select distinct ...." does not work in ADO, the first column fetched missing. With the latter version, ADO works, but ODBC API does not work stable in transaction control, if only fetch something, it seems OK, but no stable within a transaction for changing data in DB.
There are some special considerations in configuaration for Oracle 9i. Is Oracle 9 ODBC driver certified in Windows.
Thanks for your suggestion.
Hongliang Wang