Would you please advise me? Thank you in advanceduse strict; use Win32::ODBC; my $data = new Win32::ODBC("DSN=SQLServer") or die "Could not open bec +ause of [$!]"; my $SQL = "SELECT itemNbr, Store_Num FROM sales"; my $connection; if($connection->Sql($SQL))
In reply to can't call method 'Sql' on an undefined value by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |