C
Cor Ligthert
Jerry,
In Net 1.x you can only use one connection in a time.
So when you want to use it as you do, you should create everytime a new
connection.
What is better anyway to get a more efficient connection.pooling (and than
use dispose in this case to close it everytime when your datareader process
is ready)
I hope this helps?
Cor
In Net 1.x you can only use one connection in a time.
So when you want to use it as you do, you should create everytime a new
connection.
What is better anyway to get a more efficient connection.pooling (and than
use dispose in this case to close it everytime when your datareader process
is ready)
I hope this helps?
Cor