5
Answers

establishing connection using ado .net

Mannu Singh

Mannu Singh

8y
667
1
Why do we use  using keyword while establishing connection  in C#.?
 
Ex- using(connection con=new connection())
{
 // some ado .net code to access or insert/data .
 
Answers (5)