Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating addition memo column
Message
From
21/03/2003 17:18:25
 
 
To
21/03/2003 17:16:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00768811
Message ID:
00768813
Views:
17
>I started with the following statement...
>
>SELECT A.*, SPACE(254) as Junk FROM Parts A INTO CURSOR Temp READWRITE
>
>Then I came across that 254 characters is not long enough and I am thinking of creating 'Junk' as Memo datatype. Is this possible? TIA

You would have to create a cursor first to include a memo field. Then, use that cursor to obtain a memo field in the final result.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform