Dan McDaniel wrote:

>I have not been able to get autoincrement to work. I
>downloaded latest version several days ago to home and
>office machine. Can not get it to work on either.
>Please help.
>  
>
Show us your DDL for the table.  In general the field should be an
integer primary key.  If you do that you'll get auto incrementing keys
by default.  If you tack auto_increment on to it you'll get slightly
different behavior in the selection of keys.

Clay Dowling

Reply via email to