Skip to content
Advertisement

SqlCommand INSERT INTO query does not execute

Hello guys I have got this code:

It should insert data from textboxes: kname, ksurname, but it closes the form without showing them in MS SQL table klient

Advertisement

Answer

Missing the ExecuteNonQuery call

A command should be executed to update the database…

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