M
Mat
Can i close Datareader before starting reading data?
The connection is used(shared) by many events, which may occurs concurrently.
But i read that the connection can't be used if data reader is not closed.
This mean that while one event is working with data reader, others events can't do their job:-(
Is it true?
The connection is used(shared) by many events, which may occurs concurrently.
But i read that the connection can't be used if data reader is not closed.
This mean that while one event is working with data reader, others events can't do their job:-(
Is it true?