eddy uk
Hi all
Generic question about SqlConnection... What is better?
Storing the connection in Session and use the same on for all queries?
OR
Every time i need to run a query to create a new instance of SqlConnection?
Thanks in advanced.