First of all, let's say that a connection to a remote oracle database works using actvestate perl and DBI, DBD::ODBC.
Now, I installed cygwin and want to use its perl.
So I installed DBI and want to install DBD ODBC.
The PB appears during the make test of DBD::ODBC :
I defined and export the DBI_DSN, USER and PASS variables.
t/02simple.........."my" variable $dbh2 masks earlier declaration in same scope at t/02simple.t line 183.
t/02simple..........ok 1/19DBI connect('METRO.world','omniv',...) failed: [Microsoft][ODBC driver for Oracle][Oracle] (SQL-NA000)
[Microsoft][Gestionnaire de pilotes ODBC] Le pilote ne g�re pas la version du comportement ODBC demand� par l'application (voirSQLSetEnvAttr). (SQL-01000)(DBD: db_login/SQLConnect err=-1) at t/02simple.t line 31
Connect failed: [Microsoft][ODBC driver for Oracle][Oracle] (SQL-NA000)
[Microsoft][Gestionnaire de pilotes ODBC] Le pilote ne g�re pas la version du comportement ODBC demand� par l'application (voir SQLSetEnvAttr). (SQL-01000)(DBD: db_login/SQLConnect err=-1)
and so on for every test
The french part of the message says that the driver doesn't support the version of the ODBC asked by the application (see SQLSetEnvAttr).
I can't update my NT system.
Any ideas ?
JRC
<<attachment: Blank Bkgrd.gif>>
