jai fait un response.write de ma requete a savoir
response.Write("INSERT INTO INTERVENTION(Date,Objet,Notice,Rapport,Code,NoIntervenant)VALUES(#"&DateInter&"#,'"&Objet&"','"&Notice&"','"&Rapport&"','"&Code&"',"&Intervenant&");")
et voila le resultat que cela me donne
INSERT INTO INTERVENTION(Date,Objet,Notice,Rapport,Code,NoIntervenant)VALUES(#12/10/06#,'essai','gvrefz','czezzec','toto',1);
sa a pourtant l'air correct et pourtant sa me met l'erreur
[FONT=Arial]
Microsoft OLE DB Provider for ODBC Drivers[/FONT] [FONT=Arial]
erreur '80040e14'[/FONT]
[FONT=Arial]
[Microsoft][Pilote ODBC Microsoft Access] Erreur de syntaxe dans l'instruction INSERT INTO.[/FONT]
[FONT=Arial]
/src/confirmCreationIntervention.asp[/FONT][FONT=Arial]
, ligne 54
[/FONT]
[FONT=Arial]
voila en esperant que cela puisse aider
[/FONT]
Partager