Messages per Month
33 messages in com.mysql.lists.plusplusUPDATE routine giving exception| From | Sent On | Attachments |
|---|---|---|
| Joseph Artsimovich | 12 Feb 2007 09:14 | |
| gary clark | 12 Feb 2007 14:08 | |
| Warren Young | 12 Feb 2007 16:27 | |
| gary clark | 16 Feb 2007 09:53 | |
| Warren Young | 16 Feb 2007 11:26 | |
| gary clark | 16 Feb 2007 11:34 | |
| gary clark | 16 Feb 2007 13:17 | |
| Jonathan Wakely | 17 Feb 2007 06:53 | |
| gary clark | 17 Feb 2007 17:59 | |
| James Vanns | 19 Feb 2007 02:51 | |
| gary clark | 19 Feb 2007 06:17 | |
| Warren Young | 20 Feb 2007 04:19 | |
| Joseph Artsimovich | 20 Feb 2007 05:36 | |
| Jonathan Wakely | 20 Feb 2007 05:47 | |
| Joseph Artsimovich | 20 Feb 2007 05:54 | |
| Jonathan Wakely | 20 Feb 2007 06:00 | |
| Joseph Artsimovich | 20 Feb 2007 06:23 | |
| Jonathan Wakely | 20 Feb 2007 06:31 | |
| Warren Young | 20 Feb 2007 06:46 | |
| gary clark | 23 Feb 2007 12:50 | |
| Warren Young | 23 Feb 2007 13:08 | |
| gary clark | 23 Feb 2007 13:15 | |
| Warren Young | 23 Feb 2007 15:15 | |
| Ian Miller | 23 Feb 2007 15:32 | |
| gary clark | 24 Feb 2007 06:48 | |
| gary clark | 28 Feb 2007 15:00 | |
| Warren Young | 01 Mar 2007 14:32 | |
| gary clark | 01 Mar 2007 15:00 | |
| gary clark | 19 Mar 2007 09:39 | |
| Warren Young | 19 Mar 2007 13:25 | |
| gary clark | 19 Mar 2007 13:27 | |
| Warren Young | 19 Mar 2007 13:34 | |
| gary clark | 20 Mar 2007 07:12 |
| Subject: | UPDATE routine giving exception![]() |
|---|---|
| From: | gary clark (burs...@yahoo.com) |
| Date: | 02/16/2007 01:17:18 PM |
| List: | com.mysql.lists.plusplus |
Hi,
I use to have in 2.1.1 the following statement:
try { mysqlpp::Query query = _con.query();
query << "UPDATE clienttransfer SET seq=1;" <<endl; cout << query.preview() << endl; query.execute(); } catch{ cerr << "Error setCompletedEntries:" << er.what() << endl; } return SUCCESS; }
I now get with 2.2.0 version an error:
Error setCompletedEntries: You have an error in your SQL syntax that corresponds to your MYSQL server version for the right syntax to use near '; ' at line 1
Huh? If somebody would be so kind to point to me the correct syntax, that would be great. I've been using MYSQL Server version 5.0.27.
Much appreciated, Garyc




