Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ISBLANK and SELECT SQL
Message
From
18/06/2003 13:21:15
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
18/06/2003 12:36:08
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00801174
Message ID:
00801289
Views:
15
Hi Cindy,
wich version do you use? I run into error 1923 with the first SELECT with both VFP 7 and 8.

Agnes

Agnes
>Hi Agnes,
>
>I get no errors with
>CREATE CURSOR aTable (cField C(1))
>INSERT INTO aTable VALUES ("1")
>INSERT INTO aTable VALUES ("")
>INSERT INTO aTable VALUES ("3")
>SELECT;
> ISBLANK(Cur1.cField);
> FROM aTable AS Cur1
>SELECT;
> ISBLANK(aTable.cField);
> FROM aTable
>
>You might be interested in http://fox.wikis.com/wc.dll?Wiki~IsNullIsBlankEmpty
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform