1.

Syntax for closing and opening the connection in ADO.net is :

A. sqlConn.Open() and sqlConn.close()
B. sqlConn.open() and sqlConn.Close()
C. sqlConn.Open() and sqlConn.Close()
D. None of the mentioned
Answer» D. None of the mentioned


Discussion

No Comment Found