Correct Answer : sqlConn.Open() and sqlConn.Close()
Explanation : The Close method rolls back any pending transactions and releases the Connection from the SQL Server Database.