And this what I got back in return;use DBI; $dsn = 'dbi:MDB:LNB_HHH_App'; $user = 'DB_analyst'; $password = 'DB_Pass'; $qry = 'dbo_vfunction_applications'; $dbh = DBI->connect($dsn,$user, $passwd); $ary_ref = $dbh->selectall_arrayref($qry);
Any advice on how can I extract the data from the query $qry?DBD::DBM::db selectall_arrayref failed: Couldn't parse! <dbo_vfunction_applications>
In reply to Re^3: Connecting to Sybase using Win32::ODBC
by blackadder
in thread Connecting to Sybase using Win32::ODBC
by blackadder
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |