Bonjour,
je ne comprends pas pourquoi cette requête plante :
CREATE TABLE `Personne_Fonct` (
`Seq` INTEGER NOT NULL AUTO_INCREMENT ,
`Code` INTEGER NOT NULL DEFAULT 0,
`Fonction` VARCHAR( 5 ) ,
`N_Etabli` VARCHAR( 5 ) ,
`N_Adherent` VARCHAR( 6 ) ,
`Dcre` DATETIME,
`User_Cre` VARCHAR( 50 ) ,
`Dmaj` DATETIME,
`User_Maj` VARCHAR( 50 ) ,
`Tel_Port` VARCHAR( 20 )
) TYPE = InnoDB
MySQL a répondu:Documentation
#1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
Quelqu'un aurait une solution ?
Merci
Configuration: Windows XP
Firefox 3.0.1