Steve Scrimpshire Posted January 29, 2007 Share Posted January 29, 2007 I have created a form with a DataGridView that is connected to the appropriate DB and I created a Sub that allows me to edit a row. Once the row is edited, I can see the appropriate changes are made to the DataGridView, but when I close the form and fire it back up, the table is back to its original state before the changes. I have googled and googled and cannot find the right command to actually commit the changes to the DB. Can someone give me a little push? My database is named MyBusiness with one table called Customer. My form is using MyBusinessDataSet and CustomerTableAdapter. Quote Link to comment Share on other sites More sharing options...
Steve Scrimpshire Posted January 30, 2007 Author Share Posted January 30, 2007 Heh. Sorry to reply to myself, but edit time had passed. It helps if you set the path to your database correctly. Quote Link to comment Share on other sites More sharing options...
TCH-Thomas Posted January 30, 2007 Share Posted January 30, 2007 I´m glad you found the solution, Steve. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.