Bonjour j'essaye en vain de faire fonctionner cette requete mais sans succés pourquoi cela ?
Merci bcp


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
cnx.ConnectionString="DSN=monodbc"
        datefichier="2006-10-10"
        heurefichier="10:10:10"
        nomfichier="test"
 
        cnx.Open
 
        rst1.open "INSERT INTO fax (nom_fax, date_fax, heure_fax, ligne_fax, commentaire_fax, type_fax ) VALUES (" & nomfichier &","& datefichier &","& heurefichier &","& ligne &","& commentaire &","& typefax &")",cnx
 
 rst1.close
 cnx.close