Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL UNION with memo field??????
Message
From
05/12/2002 15:51:57
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00730031
Message ID:
00730051
Views:
18
Try

* vfp 7.0
Select * from table INTO CURSOR curTable READWRITE

SELECT curTable
APPEND FROM table2


* VFP 6.0
Select * from table INTO CURSOR curTemp

lcDBF = DBF()
SELECT 0
USE &lcDBF AGAIN ALIAS curTable
USE IN curTemp

SELECT curTable
APPEND FROM table2


Unions with MEMO fields don't work so well.
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Previous
Reply
Map
View

Click here to load this message in the networking platform