provato con:
? ovvero prendi solo le news che hanno data odierna?codice:data_cerca=date() sql="SELECT * FROM News where cdate(Dates)=#" & cdate(data_cerca & "# ORDER BY Dates DESC" set RS2=cConn.Execute(sql)
provato con:
? ovvero prendi solo le news che hanno data odierna?codice:data_cerca=date() sql="SELECT * FROM News where cdate(Dates)=#" & cdate(data_cerca & "# ORDER BY Dates DESC" set RS2=cConn.Execute(sql)