|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Answer: How can I see error messages from MySQL? |
| ( #21757=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > database programming > How can I see error messages from MySQL? contributed by btrott
To follow up with what BBQ wrote... you can either
check the return value of your database functions, or
you can just use the RaiseError attribute, which will
die on an error:
|
|
||||||||||||||||||