I have some in-memory only ADO recordsets in VB6 and I am wondering if it is possible to Execute SQL against this data. The recordsets were created on the fly, so there is no source database to execute the code against.
What I am trying to do is run commands like the ones below against the recordset
"Select * From <this recordset> where ID=75"
"Select Distinct(ID) From <ThisRecordset>"
Thanks for your help,
