Bonjour
J'aimerai que le arrayjour(i) soit exécuté via la boucle for. Mais ça me retourne:
Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires a current record.
Pourtant si j'entre arrayjour(1), j'obtiens bien quelque chose...***********************
for i =1 to nb
.
.
objRS.Open "SELECT `img` FROM `meteo` WHERE `date`="&
arrayjour(i) &" AND `localisation` = CONVERT( _utf8 'BEXX0014' USING latin1 ) COLLATE latin1_swedish_ci ORDER BY `meteo`.`date` ASC", objConn, 3,3
.
.
objRS.Close
Set objRS = Nothing
objConn.Close
next
***********************
Merci d'avance