Skip to content
Advertisement

SQL UPDATE Command

Question. I’m trying to use SQL to update a listview in C#. Using the Query Builder I can do a select, update, insert and delete. Ive got my select but I’m trying to get my update to work with no luck.( I want to use the update button on the listview to update the record) I need some insight as I think I’m writing it wrong. Thanks

Advertisement

Answer

If I am correct your update command is wrong.

you need to tell value of each column rather than just fire a select command.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement