Is it possible to have multiple concurrent recordset objects open at the same time. I'm converting dao code to ado for an access 2003 adp project that I've upsized to sql server 2003.
I know it's possible in dao but whilst converting ado doesn't seem to be able to handle this. I need to have the 2 recordsets open and available for editing as this occurs in the dao code. rst1 references rst and updates are performed based and the values therein.
I know it's possible in dao but whilst converting ado doesn't seem to be able to handle this. I need to have the 2 recordsets open and available for editing as this occurs in the dao code. rst1 references rst and updates are performed based and the values therein.