VB.NET SqlException Was Unhandled
- by Daniel
I am trying some SQL code but I get an error when I try this code.
Main.database.ExecuteCommand("UPDATE Contacts SET first_name='" + c.first_name + _
"', middle='" + c.middle + _
"', last_name='" + c.last_name + _
"', age='" + c.age + _
…