Could you please explain when I should use dataset.close, and when I should use dataset.closeAll?
My understanding is if the query changes, use closeAll, if the query is parameterized and is going to be reopened, use close. Is this correct?
I have a bunch of existing code that never calls closeAll (only calls dataset.close). Is this going to cause resource problems on the server?
My understanding is if the query changes, use closeAll, if the query is parameterized and is going to be reopened, use close. Is this correct?
I have a bunch of existing code that never calls closeAll (only calls dataset.close). Is this going to cause resource problems on the server?