Guest_imported
New member
- Jan 1, 1970
- 0
How can I know if a recordset is currently opened so I can do I close?
I'm working with ADO.
I'm doing:
rstest.Open "SELECT....", conn, ...
And everytime I do this, I must check if the recordset is opened or not. How can I do it?
I'm working with ADO.
I'm doing:
rstest.Open "SELECT....", conn, ...
And everytime I do this, I must check if the recordset is opened or not. How can I do it?