Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting dates in a Web form
Message
De
29/05/2007 17:26:06
John Baird
Coatesville, Pennsylvanie, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01229139
Message ID:
01229170
Vues:
35
>x="Select * from MyTable where MyDate" + " >= " + ?????? ldDate
>I am unsure what syntax to use with the date
>Do I need to convert the ldDate to a string ?
>
>

you can probably do:
                                       vvvvv
x="Select * from MyTable where MyDate.ToString() " + " >= " + ?????? ldDate
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform