Click to See Complete Forum and Search --> : ADO -- multiple recordset


May 28th, 1999, 02:53 PM
Is it considered wasteful/inefficient to have several recordsets open at once?
I'm using ADO and only have one connection.

Crazy D
May 28th, 1999, 03:40 PM
Hi
I don't know about memory stuff but since it's one of the features of ADO I don't think it's inefficient... It can be very handy :-)
Crazy D :-)

May 29th, 1999, 11:25 AM
Thanks for the help!