Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field from sql statement
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00132669
Message ID:
00132674
Views:
23
>How do you create an empty memo field from an sql statement?
>
>for example:
>
>SELECT .T. as logical, space(10) as character ,;
> {} as date, (need memo defined here for blank memo field) ;
>FROM testing
>
>
>Thanks :)
>
>John

Say you have a table "A" which has stuff in it....
CREATE CURSOR Dummy (Notes M)
APPEND BLANK
SELECT A.* , D.Notes ;
WHERE ......

Get the idea?
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform