Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax problem
Message
From
14/05/2002 00:19:58
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00655946
Message ID:
00655969
Views:
25
check your date for blank and if it is so insert null into the date field.
so your update statement could be like this..
"UPDATE tablename "+_
"SET date_field =" & iif(trim(ldDateField)="","null","#" & ldDateField & "#") & ",.." etc.
Best Luck..
Nilesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform