All,

I can't seem to perform an update on my database with MySQL++.  The
execution of the query always throws an exception.  Here's a snippet of what
I did.

Query query(&conn);

query << "update employee set children = 3 where id = 9";
query.execute();

The above code throws an exception everytime.  What am I doing wrong?
Thanks.


Thi

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to