| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | March 15 2005 6:57am |
| Subject: | Re: auto_increment | ||
| View as plain text | |||
Joachim Person wrote:
> query.insert(subscription);
I don't try to use SSQLS inserts when I want to use auto_increment
columns. I manually build my own SQL statement; when you leave the
auto_increment column out of the insert, MySQL picks the value for that
column for you.
I'm not sure that there's an easy way for us to make MySQL++
intelligently handle this for you.
| Thread | ||
|---|---|---|
| • auto_increment | Joachim Person | 14 Mar |
| • Re: auto_increment | Chris Frey | 14 Mar |
| • Re: auto_increment | Earl Miles | 14 Mar |
| • Re: auto_increment | Chris Frey | 15 Mar |
| • sql_create in header | don thompson | 7 Apr |
| • Re: sql_create in header | Warren Young | 8 Apr |
| • Re: sql_create in header | don thompson | 8 Apr |
| • Re: sql_create in header | Warren Young | 9 Apr |
| • Re: auto_increment | Warren Young | 15 Mar |
| • Re: auto_increment | Warren Young | 15 Mar |
