Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use VFP cursor IN SPT query?
Message
From
13/09/2002 01:53:52
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00699905
Message ID:
00700046
Views:
15
>I'm familiar with SPT and the various techniques for building strings but I was hoping to be able to exploit the power and speed of a SQL join for this process.

hmm... based on what you first said, you´d like to have a:
select * from Table where PK in (select PK AnotherTable)
where AnotherTable is a VFPcursor. For my understanding, this isn´t a join, but a sub-query. Thinking that SPT will send a command to be executed by the backend, and your desired SQL-Select would have part executed by the backend, and part by VFP, I can´t see that as something possible.

you´ll really need to find workarounds...
Claudio Lassala
Previous
Reply
Map
View

Click here to load this message in the networking platform