[C#] I still can't connect to my official Database

Jelmer

Well-known member
Joined
Jan 11, 2006
Messages
96
Can somebody help me?

My position:

Ive got a form with a :

- Datagridview1
- Bindingsource1
- billingdataset1
- bedrijventableadapter

Everything works, but i cant add something.
Ill 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???
 
It would be nice to see your working code but Im 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.
 
Back
Top