i have created a form which have DataGridView on it, it will bring up the tables from a Microsoft SQL Database.
i managed to do it and even implement to insert values to the tables using insert button.
however i cannot seem to alter the table when i run the application, i can only insert values and when i go to view the tables, it allow me to change the information of the tables but when i press back button and go back to view the tables again, the information was not changed.
can anyone help me with a save button with some codes in it so that when i press save button, the information i have edited on the tables will be saved.
thank you.
Regards,
public.
i managed to do it and even implement to insert values to the tables using insert button.
however i cannot seem to alter the table when i run the application, i can only insert values and when i go to view the tables, it allow me to change the information of the tables but when i press back button and go back to view the tables again, the information was not changed.
can anyone help me with a save button with some codes in it so that when i press save button, the information i have edited on the tables will be saved.
thank you.
Regards,
public.