| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | October 23 2006 4:06pm |
| Subject: | Re: MySQL++ crash on << and more | ||
| View as plain text | |||
webmaster@stripped wrote:
> What comes out is the error Commands out of sync.
This means you're trying to overlap two queries. MySQL doesn't allow
that on a single connection. Any time you issue a query that returns
results, you must consume all of those results before you can issue a
new query. See the C API documentation for details.
If you must overlap two queries, you can create a connection for each
one to get around this limitation.
| Thread | ||
|---|---|---|
| • MySQL++ crash on << and more | webmaster | 23 Oct |
| • Re: MySQL++ crash on << and more | Warren Young | 23 Oct |
| • Re: MySQL++ crash on << and more | webmaster | 23 Oct |
| • Re: MySQL++ crash on << and more | Drew M. | 23 Oct |
| • Re: MySQL++ crash on << and more | Warren Young | 23 Oct |
| • Re: MySQL++ crash on << and more | webmaster | 24 Oct |
| • Re: MySQL++ crash on << and more | webmaster | 24 Oct |
