Forum de discussion
Forum « Programmation ASP » (archives)
Probleme de date et access
Envoyé: 3 novembre 2003, 15h56 par bambina100
maVariable = "2003-11-03 12:17:36"
dans ma bd access, j'ai un champ de type date-heure, format général c'est a dire de format : 2003-11-03 13:15:26
le nom de ce champ est date_Debut_Eclair
ma requete :
"SELECT * FROM tbl_Eclair WHERE date_Debut_Eclair <=#" & maVariable & "#;"
Je recois ce message d'erreur :
ADODB.Recordset error '800a0bb9'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
Qu'est-ce qui cloche?
Réponses
|