Search found 1 match

by jcastillo
Tue Dec 13, 2011 9:47 am
Forum: General
Topic: Create table statement missing Primary Key
Replies: 2
Views: 101387

Re: Create table statement missing Primary Key

I have the same problem. I have a msaccess table with pk in a autoincrement field and the sql generated is not correct. SETTINGS -------- Moving data directly to MySQL server TABLES ------------ - Creating 'TUR_DATOS' failed - SQL: CREATE TABLE `TUR_DATOS` ( `Id` INTEGER NOT NULL AUTO_INCREMENT, `CE...