Dec 12, 2006 #1 besto1a Programmer Joined Aug 20, 2006 Messages 41 Location GB If i have a dataset that is populated from SQL Table and I make changes to that dataset. How do I commit those changes back to the original SQL table?
If i have a dataset that is populated from SQL Table and I make changes to that dataset. How do I commit those changes back to the original SQL table?
Dec 12, 2006 #2 djj55 Programmer Joined Feb 6, 2006 Messages 1,761 Location US My suggestion would be to use VB to build one for you and look at how it is done. To do this the initial table will need a primary key. Good Luck, djj Upvote 0 Downvote
My suggestion would be to use VB to build one for you and look at how it is done. To do this the initial table will need a primary key. Good Luck, djj