I extract history from 2 tables for any given facility and then create a cursor (recordset) and display the data in the form of a graph. After plotting history for one facility, I go back and create the same query for another facility and plot it. Although I close the cursor, is it essential to close the cursor when finished with one facility and before choosing another to graph. Can I estimate what each query run (recordset) consumes memory wise.
Thank you