
Join together disconnected recordsets with SQL statement
Hi,
No, you cannot (at least in this version of ADO). ADO does
not support relations between recordsets (ADO.NET will do
it). You need to write some code to synchronize your
recordsets. Check Filter property of Recordset object. It
will help you. When you select record in first recordset
you can filter second one with related records.
Val
Quote:
>-----Original Message-----
>I have 2 recordsets which I have created dynamically,
using ADO disconnected recordsets and the contents of a
couple of 2 dimensional arrays, (without connecting to
any database)
Quote:
>Can/How do I run a SQL query joining the 2 recordsets to
return a third dynamic recordset?
Quote:
>Jeff Clayton.
>*** Sent via Developersdex http://www.developersdex.com
***
>Don't just participate in USENET...get rewarded for it!
>.