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.