namaste
i have error when i update query in asp.net with vb
error in cmd.ExecuteNonQ uery()
pls solve this,whats problem there?
i have error when i update query in asp.net with vb
Code:
Dim cmd As New SqlCommand(SQL, con) con.Open() cmd.ExecuteNonQuery() con.Close()
pls solve this,whats problem there?
Comment