W
Woody Splawn
Does a Fill command make an automatic connection when initiated? When it is
through does it automatically disconnect?
I am just wondering if I need something like the following around a fill
command?
mySqlConnection = New SqlConnection(myConnectionString)
DaContracts.Fill(DsMain1, "Contracts")
mySqlConnection.Close()
through does it automatically disconnect?
I am just wondering if I need something like the following around a fill
command?
mySqlConnection = New SqlConnection(myConnectionString)
DaContracts.Fill(DsMain1, "Contracts")
mySqlConnection.Close()