Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create memo field in SQL on the fly
Message
From
06/10/2003 10:24:46
Arnold Lee
K&A International Co.,Ltd
Hong Kong, Hong Kong
 
 
To
06/10/2003 06:58:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00835267
Message ID:
00835360
Views:
12
>Hi Zoran,
>
>this is sufficient ( if memoFieldName is not nullable ):
>
>CREATE CURSOR Dummy ( MyMemo M )
>SELECT *, Dummy.MyMemo memoFieldName FROM MyTable INTO CURSOR MyCursor READWRITE
>
>
>Fabio

So create a dummy cursor with Memo file is a way to go.I wonder why just can't create like space(2),0000,.t. as other data type.

Anyway.It's not big problem for me. Thanks you.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform