Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Placeholder for a memo field
Message
From
12/05/1999 07:46:04
 
 
To
12/05/1999 07:42:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00217704
Message ID:
00217717
Views:
16
Forgot 1 line, you need to append blank into the holder
cursor before running the SQL command.

>It is not very pretty and is not really a placeholder but
>it does work.
>
>create cursor holder (hold m)
>
>select client.name, holder.hold as notes ;
>from client,holder ;
>where client.rating < 3 ;
>union ;
>select client.name, client.notes ;
>from client ;
>where client.rating >= 3 ;
>into cursor results
>
>>
>>Data Type     Placeholder
>>---------     -----------
>>Date          {  /  /    }
>>Character     ""
>>Numeric       0
>>Memo          ????????
>>
>>What is the placeholder to represent a memo field in a UNION SQL command?
Previous
Reply
Map
View

Click here to load this message in the networking platform