3
Answers

establishing connection using ado .net

Mannu Singh

Mannu Singh

7y
232
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 (3)