Jelmer Posted May 15, 2006 Posted May 15, 2006 Can somebody help me? My position: I've got a form with a : - Datagridview1 - Bindingsource1 - billingdataset1 - bedrijventableadapter Everything works, but i can't add something. I'll get the 18 results from te database in my window. But if i add 2 of them, and i close the database, its gone again... :eek: Or is there a better solution for this??? Quote
Arch4ngel Posted May 15, 2006 Posted May 15, 2006 It would be nice to see your working code but I'm pretty sure you just miss something like that [CS]SqlDataAdapter1.Update( dataTable1);[/CS] If you want a more precise answer, a little bit of your code would be appreciated. Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
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.