Pascal_Temmar
New member
- Joined
- Oct 20, 2005
- Messages
- 3
Hi,
I have this query
I would like to change the date "20/10/2005" with a keyword or other instruction.
Im under VB.NET 2005 B2 and I cant find exactly word : I tried = { d }, datetime, date.now but nothing.
Thanks a lot in advance for help.
Pascal T.
New Caledonie
I have this query
SELECT date_recherche, txt_recherche, nb_resultat_recherche, nb_resultat_rubrique, nb_recherche_commune, nb_resultat, ID
FROM table1
where date_recherche = "20/10/2005"
I would like to change the date "20/10/2005" with a keyword or other instruction.
Im under VB.NET 2005 B2 and I cant find exactly word : I tried = { d }, datetime, date.now but nothing.
Thanks a lot in advance for help.
Pascal T.
New Caledonie