HOME > .NET Framework > Forum > จะทำการ Insert ข้อมูลลงดาต้าเบสครับ ขึ้น ERROR : ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.
จะทำการ Insert ข้อมูลลงดาต้าเบสครับ ขึ้น ERROR : ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.
Dim Sql1 As String = "Select * From Transport where StatusTransport='1' order by IdTransport desc"
Dim Connect1 As New SqlConnection(frmModule1.conStringAccountAsset)
Dim DA1 As New SqlDataAdapter(Sql1, Connect1)
Dim DT1 As New DataTable
DA1.Fill(DT1)
Date :
2013-04-26 10:57:52
By :
ZeedzarD
No. 5
Guest
ใช้ dataadapter เป็นการเขียนแบบ connection less ไม่จำเป็นต้อง open connection