in reply to DBI continuing execution after a warning/informational message
I am guessing you are using DBD::ODBC - if not, ignore.
I presume the restore database is a procedure? If procedures in MS SQL Server output print messages you need to keep calling odbc_more_results on the statement handle until it returns false. See http://cpansearch.perl.org/src/MJEVANS/DBD-ODBC-1.23/t/20SqlServer.t for an example.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI continuing execution after a warning/informational message
by aksaravanan (Initiate) on Jan 19, 2010 at 21:06 UTC | |
by mje (Curate) on Jan 20, 2010 at 08:58 UTC | |
|
Re^2: DBI continuing execution after a warning/informational message
by aksaravanan (Initiate) on Jan 20, 2010 at 15:43 UTC | |
by mje (Curate) on Jan 20, 2010 at 16:28 UTC | |
|
Re^2: DBI continuing execution after a warning/informational message
by aksaravanan (Initiate) on Jan 20, 2010 at 17:11 UTC |