Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxPro SQL Tables and testing dates for Empty or Null
Message
From
07/12/1998 13:38:15
 
 
To
07/12/1998 02:56:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00164563
Message ID:
00164864
Views:
25
>The correct SQL syntax is usually :
>
>SQLEXEC(1,'SELECT bbjthead where closedate is null','test')
>
>SQL Server/Oracle

Thanks. That worked.

Now I'm trying to test for and empty date time field
and getting a -1 on the SQLEXEC()

SQLEXEC(1,'SELECT bbjthead where closedate is null OR closedate ={}','test')

Once I get that I will test for clsedate is null Or closedate={} and
the same 2 possible conditions for another field cancldate

SQLEXEC(1,'SELECT bbjthead where (closedate is null OR closedate ={}) AND(cancldate is null OR cancldate ={}) ','test')

Along those lines is it possible to open a SQL Database and use the
Query build native to FoxPro to build queries then edit them later?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform