| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Ovidiu Bivolaru | Date: | February 19 2006 12:58pm |
| Subject: | SQLQuery | ||
| View as plain text | |||
Hi, Is there any way to avoid the 12 parameters limit for SQLQuery() when using mysql++-1.7.x ? My query should have 14 parameters. The following code will certainly fail: Query insert_values; insert_values << "INSERT INTO table VALUES (%0q, ... 13%q)"; insert_values.parse(); insert_values.store(p0,...p13); Regards, Ovidiu
| Thread | ||
|---|---|---|
| • SQLQuery | Ovidiu Bivolaru | 19 Feb |
| • Re: SQLQuery | Warren Young | 20 Feb |
