Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking for empty dates
Message
From
12/01/2006 14:48:06
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01085326
Message ID:
01086254
Views:
9
>I believe you can test for DBNull
>
>if(oDataSet.Tables[0].Rows[0]["dDate"]==DBNull)

The original issue was about the ability that a VFP client could pass an empty date as a parameter to the Web Service. I initially assumed it was going through the Web Service. As the Web Service is in .NET, I wanted to detect that. But, it turns out that if a Web Service as a date parameter, the call to such a method would not be accepted from a VFP client if an empty date is passed.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform