| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | May 31 2006 8:30am |
| Subject: | Re: commands out of sync | ||
| View as plain text | |||
Marinus Karel tenNapel wrote: > > Commands out of sync; you can't run this command now > > Does anybody know why this error shows up? Yes. You're trying to execute a query while you have unconsumed rows from a previous query. You must consume all returned rows from a query before you can issue another one. This is a C API issue, not a MySQL++ one. You can find info about it in the MySQL reference manual.
| Thread | ||
|---|---|---|
| • commands out of sync | Marinus Karel tenNapel | 31 May |
| • Re: commands out of sync | Warren Young | 31 May |
| • Re: commands out of sync | Marinus Karel tenNapel | 31 May |
