in reply to DBI::ODBC Stored Procedure execution
As to your first question, put single quotes around the date string:
my $sql = qq|usp_Dashboard_CallType \@start = '20080101' |; my $sp = $msdbh->prepare($sql);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: DBI::ODBC Stored Procedure execution
by hallikpapa (Scribe) on Jan 27, 2008 at 19:40 UTC | |
by john_oshea (Priest) on Jan 28, 2008 at 13:20 UTC |