| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | October 23 2005 4:51am |
| Subject: | Re: Nested queries | ||
| View as plain text | |||
Mattias Fliesberg wrote: > > I'm trying to execute a query, within another queries loop. The MySQL C API that underlies MySQL++ imposes restrictions on that. RTFM. You must consume all rows from a SELECT before you can issue another query on the same connection. To get around this, you can use separate Connection objects, and get a Query object from each one.
| Thread | ||
|---|---|---|
| • Nested queries | Mattias Fliesberg | 21 Oct |
| • Re: Nested queries | Chris Frey | 21 Oct |
| • MySQL Development | Fabricio Mota | 22 Oct |
| • Re: Nested queries | Warren Young | 23 Oct |
| • Re: Nested queries | Mattias Fliesberg | 24 Oct |
| • Re: Nested queries | Chris Frey | 24 Oct |
| • Re: Nested queries | Jonatan Taminau | 21 Oct |
