المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Sql Connection



C# Programming
02-20-2010, 07:13 PM
Hi experts
i am working with winform using C#.NET
Can you Help Me that if i am Create ADO.NET Connection
like
using(SqlConnection ICon=new new SqlConnection()
{
ICon.Open();
}

if i am using this connection in 100 form then i have every time open that connection in every form or any other way to manage this.
dinesh