2 messages in com.mysql.lists.plusplusRe: Autoincrement results in a 0 value
FromSent OnAttachments
Gary Anderson20 Nov 2006 10:05 
Warren Young20 Nov 2006 11:29 
Subject:Re: Autoincrement results in a 0 value
From:Warren Young (mysq@etr-usa.com)
Date:11/20/2006 11:29:34 AM
List:com.mysql.lists.plusplus

Gary Anderson wrote:

I have the same table defined in multiple catalogs. The table contains a primary key that is set to auto-increment. In some of the tables, auto-increment works fine. In certain others, the table column that should be auto-incrementing returns a 0 value. Can anyone help? The tables are ISAM.

I would try inserting a row using the mysql command line utility. Based on your report, I would expect that to also misbehave, which makes this a MySQL problem, not a MySQL++ problem. If you can confine it to MySQL++, that would be very interesting indeed.