Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extracting Query Results to memo field
Message
From
04/04/2006 10:25:49
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01110264
Message ID:
01110267
Views:
7
>What is the most efficient way of extracting the contents of a query into a memo field?
>
>I want to run a query and put the contents of say the DBF into a memo field. Any idea?
Select .. into table dummy
Use yourtable
append blank
replace yourmemo with filetostr('dummy.dbf')
erase dummy.dbf
Previous
Reply
Map
View

Click here to load this message in the networking platform