Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
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))
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: can't call method 'Sql' on an undefined value
by terce (Friar) on Jun 28, 2005 at 15:59 UTC | |
|
Re: can't call method 'Sql' on an undefined value
by marto (Cardinal) on Jun 28, 2005 at 16:20 UTC | |
by ikegami (Patriarch) on Jun 28, 2005 at 16:24 UTC |