|
Autoincrement results in a 0 value: msg#00044db.mysql.c++
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. The table definition is: "CREATE TABLE version (refNo BIGINT NOT NULL AUTO_INCREMENT, revYear INT NOT NULL, sequence INT NOT NULL, revDate DATETIME, PRIMARY KEY (refNo), INDEX dateIdx(revDate), INDEX serNoIdx (sequence)) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci Thanks Gary -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Storing BLOB using C constructs and no STL(string, streams etc): 00044, Warren Young |
|---|---|
| Next by Date: | Re: Autoincrement results in a 0 value: 00044, Warren Young |
| Previous by Thread: | Re: Problems with timestampi: 00044, Королев Илья |
| Next by Thread: | Re: Autoincrement results in a 0 value: 00044, Warren Young |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |