How to Sinchronize a DataGridView with a database.

From: Autumn (sorrowforsorrow_at_yahoo.com)
Date: 10/26/04

  • Next message: Roy: "How to repair MDAC in XP SP2?"
    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.


  • Next message: Roy: "How to repair MDAC in XP SP2?"