Quote Originally Posted by GaryMazzone View Post
Add this
Code:
Try
     Dim ResutlCount As Integer = dbCommand.ExecuteNonQuery()
     MessageBox.Show("Rows Effected: " & ResultCount.ToString()
Catch ex As Exception

     MsgBox(ex.Message, MsgBoxStyle.Critical)
End Try
What is the result in the messagebox.
Rows Effected: 0