Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from SQL cursor
Message
From
07/01/2000 16:57:17
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvania, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Append from SQL cursor
Miscellaneous
Thread ID:
00314771
Message ID:
00314771
Views:
83
I want the output from 3 SQL Selects in 1 file. What's the simplest way to do this?

Select ... into DBF [A|B|C]
then append from [A|B|C]
then delete [A|B|C]

'seems like too much overhead; especially on disk accesses.

I tried "Select * from a,b,c into cursor qcOutput", but i ended up with 27 records instead of 9. I know the extra records are partially because i have no join condition. What is the syntax to fix this?
Next
Reply
Map
View

Click here to load this message in the networking platform