salut, je n'arrive pas a executer la requéte suivante:

requête SQL:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
CREATE TABLE Declarer(
CIN_Agent int( 12 ) ,
CIN_Client int( 12 ) ,
Date_Declaration date NOT NULL ,
Motif_Effectuerchar( 200 ) NOT NULL ,
PRIMARY KEY ( CIN_Agent, CIN_Client ) ,
FOREIGN KEY ( CIN_Agent ) REFERENCES Agent( CIN_Agent ) ,
FOREIGN KEY ( CIN_Client ) REFERENCES CLIENT ( CIN_Client )
)
MySQL a réponduocumentation
#1005 - Can't create table '.\agencelocation\declarer.frm' (errno: 150)