Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Update syntax for DateTime field
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00486828
Message ID:
00487396
Views:
13
The following works with ADO and SQL Server 7.0 - give it a try and modify as required for your use.

Tom

dim sDate
sDate = date()
sString = "Select * from LineCall where contactdate = '" & sDate & "' "
Previous
Reply
Map
View

Click here to load this message in the networking platform