Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use VFP cursor IN SPT query?
Message
De
13/09/2002 01:53:52
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00699905
Message ID:
00700046
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform