scotitpulsa
IS-IT--Management
I'm using an SqlDataAdapter to get data from a db. I open a connection, query out data using the adapter, then dispose of the adapter, then try to query out more data using another adapter and i get the following error...
There is already an open DataReader associated with this Connection which must be closed first
any thoughts to remedy this issue?
There is already an open DataReader associated with this Connection which must be closed first
any thoughts to remedy this issue?