svp j'ai un problème avec ma requête access sous c# il me retourne une erreur Syntax error in INSERT INTO statement. sous access elle marche bien mais sous c# elle plante pourquoi?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
                             cmd.CommandText = " INSERT INTO INVENTAIRE (Code, FAMILLE, MARQUE, DESIGNATION,NATURE, STOCK_MIN, AFFICHE, QNT, POSITION, EMPLACEMENT, OBSERVATION, DATE_INV ) VALUES ('" + text_code_prod_inv.Text + "', '" + combo_inv_famille.Text + "', '" + combo_inv_marq.Text + "', '" + combo_inv_desig.Text + "', " + nature + "," + txt_inv_stock_min.Text + ", " + affiche + "," + txt_inv_qnt.Text + ",'" + cmb_inv_posit.Text + "','" + emplaceme + "','" + inv_txt_observation.Text + "', #" + inv_date.Text + "#)";
help plz