alan.alvarez (AT) us (DOT) army.mil wrote:
Quote:
#0 mysqlpp::Lockable::lock (this=0x8086a88) at /usr/local/include/mysql++/lockable.h:139 |
Wrap the call to Connection::query() in a try block. If it already is,
make sure it's catching std::exception, just to be sure you're catching
everything. I suspect your program is dying due to an uncaught
exception. If so, then catching that exception and calling its what()
method will be educational.
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw