kannan4let
Programmer
Using Sybase SqlAnywhere. The following code snippet is working as expected in Solaris & windows. But not in linux. In Linux getting the undef instead of getting the DBI hash value.
# Call ASAny connect func in ASAny.xs file
# and populate internal handle data.
DBD::ASAny::db::_login($dbh, $conn_str, '', '') or return undef;
$dbh;
We need to use different drivers for linux or anything missed out on linux from sybase perspective. Kindly help me to resolve this issue in linux. Linux version is Redhat linux EE 5.4.
Thanks in advance.
# Call ASAny connect func in ASAny.xs file
# and populate internal handle data.
DBD::ASAny::db::_login($dbh, $conn_str, '', '') or return undef;
$dbh;
We need to use different drivers for linux or anything missed out on linux from sybase perspective. Kindly help me to resolve this issue in linux. Linux version is Redhat linux EE 5.4.
Thanks in advance.