| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | August 14 2007 12:51am |
| Subject: | Re: Inserting with a column that uses auto_increment | ||
| View as plain text | |||
Jim Wallace wrote:
> The insert uses the macro name as table name
By default, yes it does, but section 5.4 of the user manual says:
"Another feature of standard SSQLSes you might find a use for is
changing the table name used in queries. By default, the table in the
MySQL database is assumed to have the same name as the SSQLS structure
type. But if this is inconvenient, you can globally change the table
name used in queries like this..."
