Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function EMPTY
Message
From
07/12/2004 04:40:01
 
 
To
06/12/2004 05:02:01
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
00967069
Message ID:
00967396
Views:
7
>Hi,
>What is the equivalent VFP EMPTY() function for SQL server?
>
>Thank you

None.

You can use
SQL
LEN(charField)=0
that it is equal to
VFP
ISBLANK(charField)
but it is not equal to VFP EMPTY().

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform