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:
00132834
Views:
27
>>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

Hi David,

I don't understand your post. All I want to do is create a memo field type column from an sql statement. I just need the syntax to create it for example, {} creates an empty date column, .F. creates a logical coulmn, space(#) creates character column, etc. I don't know what the syntax is to create an 'empty' memo field from an sql statement. Something this simple I should know, but I guess I've never done this before.

Thanks.

John
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform