Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting dates in a Web form
Message
From
29/05/2007 17:26:06
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01229139
Message ID:
01229170
Views:
36
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform