Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo fields and SQL
Message
From
25/07/2006 15:11:02
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01139846
Message ID:
01139902
Views:
11
I've always use it this way, but also always wondered that should be another way to do it.
If I want to do a simple
select *
It is a pain to type each column that comes as a memo when you have some 20+ of them.


>If memfield length is 254 or less
>Select codedesc as Name, PADR(memofield,254) as Alias
>from codetable c
>where c.coddtype = "somegroup"
>
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform