Here is the query
INSERT INTO GST_Chp
VALUES('Date envoi', '__001_commande Achat', '', 'DATE', 'False', '', '16/3/2016', '8')
Insert correctly works in SQL Server, but when my web app tries to run it, a
"Conversion from string to date operation resulted into an out of range result"
error occurs. Thanks for any help.