Is it considered wasteful/inefficient to have several recordsets open at once?
I'm using ADO and only have one connection.
Printable View
Is it considered wasteful/inefficient to have several recordsets open at once?
I'm using ADO and only have one connection.
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 :-)
Thanks for the help!