Reverend Phil has asked for the wisdom of the Perl Monks concerning the following question:
Bind Param is called in the following manner:DBD::ODBC::st execute failed: [Microsoft][ODBC SQL Server Driver][SQL +Server]Formal parameter '@PONumber' was defined as OUTPUT but the act +ual parameter not declared OUTPUT. (SQL-42000)(DBD: st_execute/SQLExe +cute err=-1) at store_test.pl line 46.
..where 1 is the index (1 not 0 based) of the parameter in the list of expected parameters.$sth->bind_param_inout(1,\$a, 255) or die $sth->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Yet Another Stored Procedure Question
by hossman (Prior) on Jun 23, 2003 at 23:23 UTC | |
by Reverend Phil (Pilgrim) on Jun 24, 2003 at 15:15 UTC | |
|
Re: Yet Another Stored Procedure Question
by mpeppler (Vicar) on Jun 24, 2003 at 08:03 UTC | |
|
Re: Yet Another Stored Procedure Question
by one4k4 (Hermit) on Jun 24, 2003 at 14:27 UTC | |
|
Re: Yet Another Stored Procedure Question
by LanceDeeply (Chaplain) on Jun 24, 2003 at 14:37 UTC |