5 messages in com.mysql.lists.plusplusRe: Aborted Result (query->store()) i...
FromSent OnAttachments
M. Bader17 Jun 2003 00:29 
Markus Gerwinski17 Jun 2003 01:45 
Sinisa Milivojevic17 Jun 2003 07:28 
Peter A. Kerzum26 Jun 2003 03:29 
M. Bader26 Jun 2003 08:30 
Subject:Re: Aborted Result (query->store()) in C++/Linux
From:Markus Gerwinski (mar@gerwinski.de)
Date:06/17/2003 01:45:13 AM
List:com.mysql.lists.plusplus

M. Bader wrote:

If I try to get out what's wrong by try{ [...] } catch(BadQuery er) { cout << er.error; }

i'll only receive cryptic symbols (like a misplaced pointer)

Did you already try to `catch (BadQuery &er)' (reference parameter)? ^