error checking in MySQL

2001-06-14 Thread M Felipe
I need help on testing the database for errors. Basically im writing a perl script to operate my database. When i open the database, i need it to return an error code if successful. steps such as: open database check for error (did database open?) if error print error message else print successfu

Re: error checking in MySQL

2001-06-14 Thread Paul DuBois
At 12:04 PM +1000 6/15/01, M Felipe wrote: >I need help on testing the database for errors. Basically im writing a perl >script to operate my database. When i open the database, i need it to return >an error code if successful. steps such as: Try running: perldoc DBI and reading the inf