5
Answers

establishing connection using ado .net

Photo of Mannu Singh

Mannu Singh

8y
690
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)