RE: URGENT: Update Error with MySQL++

2002-03-20 Thread Thi Cao
thank you very much -Original Message- From: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 8:25 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: URGENT: Update Error with MySQL++ Thi Cao writes: > All, > > I can't seem to perfor

Re: URGENT: Update Error with MySQL++

2002-03-20 Thread Sinisa Milivojevic
Thi Cao writes: > 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(); > > Th

URGENT: Update Error with MySQL++

2002-03-19 Thread Thi Cao
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 everyti