Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recordsets
Message
De
26/11/2001 15:54:09
 
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Divers
Thread ID:
00585974
Message ID:
00585986
Vues:
17
>What is the best way of combining recordsets together to form one recordset?

Do a join on the desired tables from the backend (with a SQL statement). I know, kind of a trick answer but there is no easy way once you have separate recordsets on the client.

If this is not possible, it is possible to do it on the client side, it can be done by creating a disconnected recordset from scratch and populating row by row. Something like the response you got from Igor Gelin on your thread "Temporary Table".
HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform