From: Warren Young Date: August 13 2007 10:51pm Subject: Re: Inserting with a column that uses auto_increment List-Archive: http://lists.mysql.com/plusplus/6920 Message-Id: <46C0E07C.3030908@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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..."