Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
In the context of the following code:DBD::ODBC::st execute failed: [Microsoft][ODBC SQL Server Driver]Inval +id cursor state (SQL-24000)(DBD: dbd_describe/SQLNumResultCols err=-1) at Rerun_ +check_C.pl line 1005. Couldn't execute query: [Microsoft][ODBC SQL Server Driver]Invalid cur +sor state (SQL-24000)(DBD: dbd_describe/SQLNumResultCols err=-1) at Rerun_check_ +C.pl line 1005.
") or die "Couldn't prepare query: ".$dbh->errstr; $create_table_B->execute() or die "Couldn't execute query: ".$cr +eate_table_B->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBD: dbd_describe/SQLNumResultCols err=-1
by gellyfish (Monsignor) on Jul 05, 2004 at 15:11 UTC | |
|
Re: DBD: dbd_describe/SQLNumResultCols err=-1
by mpeppler (Vicar) on Jul 05, 2004 at 15:47 UTC | |
|
Re: DBD: dbd_describe/SQLNumResultCols err=-1
by VSarkiss (Monsignor) on Jul 05, 2004 at 23:13 UTC |