| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | July 31 2007 3:31am |
| Subject: | Re: always the same error-message -sh*t | ||
| View as plain text | |||
dwa wrote:
> 11 insert into timestamptable INSERT INTO TimeStampData(TimeStampValue)
This is a stored procedure call. The MySQL C API returns _two_ results
from a stored procedure call for reasons I don't quite understand. As
Jim said, the C API won't let you issue a second query until all the
results from the first are consumed. See examples/multiquery.cpp for
the way to cope with this.
| Thread | ||
|---|---|---|
| • always the same error-message -sh*t | dwa | 30 Jul |
| • RE: always the same error-message -sh*t | Jim Wallace | 30 Jul |
| • Re: always the same error-message -sh*t | Warren Young | 31 Jul |
