Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combine 2 or more cursors
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Combine 2 or more cursors
Divers
Thread ID:
00568592
Message ID:
00568592
Vues:
74
Hi All,

I have 2 Cursors:
Cursor A: aaa bbb ccc
Cursor B: ddd eee fff

I want to combine the two cursors into 1 cursor:
Cusror C: aaa bbb ccc ddd eee fff <--- This is one new record

I don't have an id per each cursor since cusor A or cursor B could be
a JOIN of other tables as well.

I could create an id per each cursor but that may take time if I have
200,000 records per each cusror. Also I can not do an sql on the RECNO()
of each cursor(that could be good). Each cursor has same amount of records.

Any ideas are appreciated.

Regards,

Doron
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform