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 06:58:42
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00835267
Message ID:
00835296
Views:
19
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform