ghost has asked for the wisdom of the Perl Monks concerning the following question:
That doesn't help much for debugging purposes. I need to see the full SQL statement, but all I have in the program is "UPDATE table SET field=?,field=?,field=? WHERE field=?". Is there a way to print the filled-in statement?DBD::mysql::st execute failed: You have an error in your SQL syntax ne +ar 'type='1',span='2',kit='10',block='C',run='Fals' at line 1 at chan +ge.pl line 385.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Printing full SQL statement with placeholders
by Fletch (Bishop) on Oct 24, 2001 at 20:28 UTC | |
|
Re: Printing full SQL statement with placeholders
by Masem (Monsignor) on Oct 24, 2001 at 20:29 UTC | |
by mpeppler (Vicar) on Oct 24, 2001 at 20:37 UTC | |
|
Re: Printing full SQL statement with placeholders
by rayoslav (Novice) on Oct 24, 2001 at 23:07 UTC |