Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recordsets
Message
From
26/11/2001 15:54:09
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Miscellaneous
Thread ID:
00585974
Message ID:
00585986
Views:
16
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform