How to Sinchronize a DataGridView with a database.
From: Autumn (sorrowforsorrow_at_yahoo.com)
Date: 10/26/04
- Previous message: Brandon Campbell: "Bulk Insert"
- Next in thread: Val Mazur: "Re: How to Sinchronize a DataGridView with a database."
- Reply: Val Mazur: "Re: How to Sinchronize a DataGridView with a database."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 26 Oct 2004 18:40:01 +0200
How do i send back the changes to a
DataGridView connected to a sql database?
What message shoud i send to my xxxTableAdapter or xxxDataConnector?
I try the following but the content of my database remains unchanged:
this.entriesDatesTableAdapter.Update(this.earth.EntriesDates);
("earth" is the DataSet created from the database).
I should be grateful if You could help me.
- Previous message: Brandon Campbell: "Bulk Insert"
- Next in thread: Val Mazur: "Re: How to Sinchronize a DataGridView with a database."
- Reply: Val Mazur: "Re: How to Sinchronize a DataGridView with a database."
- Messages sorted by: [ date ] [ thread ]