Thanks for your quick reply. Now I know where to look for :)
Op wo, 31-05-2006 te 02:30 -0600, schreef Warren Young:
> 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.
>