3 messages in com.mysql.lists.plusplusRe: Simple1 prints aborted and does t...
FromSent OnAttachments
Henrik Winther09 Mar 2003 14:08 
Jonathan Arnold10 Mar 2003 07:23 
Sascha Herrmann11 Mar 2003 06:29 
Subject:Re: Simple1 prints aborted and does that!
From:Jonathan Arnold (jdar@buddydog.org)
Date:03/10/2003 07:23:52 AM
List:com.mysql.lists.plusplus

I am able to compile the examples, but when i run simple1 i get the message: Aborted

I think this happened to me when I didn't enable exceptions when the connection was created. Try changing it to this:

Connection con(use_exceptions);

Now any problems should be caught in the try/except block.

It ain't what you don't know that gets you into trouble. It's what you know for sure that just ain't so. Mark Twain