Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sucessive Selection from a cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00537538
Message ID:
00537546
Vues:
16
OK....so far so good, however, if I attempt to use the cursor as the parent of a JOIN, the result set is empty. If I use the original table, the result set works as usual.

Example, This works, (natch)


SELECT * from ORDER, ITEMS
where order.itemid=items.itemid


However, the following does not:


SELECT * from ORDER INTO CURSOR curOrder NOFILTER

SELECT * FROM curOrder, Items
WHERE Items.itemid=curOrder.itemid



This returns an empty set.

Curious. --- L
-- Larry Keyes
Remember only You can prevent Gray Goo. Never release nanobot assembers without replication limiting code.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform