in reply to Re: ODBC related perl module
in thread ODBC related perl module
for db connectivity from windows NT,the code is$n = &ora_login($db, $ui, $pwd);
From this code, i understood ora_login is from Oraperl.pm but cannot understand where ODBC_Connect is coming from.($n, $err, $errtext) = ::ODBC_Connect($DSN);
|
|---|