Database problem in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pr0g4fun
    New Member
    • Oct 2008
    • 2

    Database problem in C#

    I am building an application for a football club with a database and I have this problem:

    Code:
     private void finansijeBindingNavigatorSaveItem_Click(object sender, EventArgs e)
            {
                this.Validate();
                this.finansijeBindingSource.EndEdit();
                this.tableAdapterManager.UpdateAll(this.fudbalski_klubDataSet1);
            }
    When I run this, and either add, delete or edit the data, then save and close the form and go back into the application, the data was not saved.

    Does anyone know how to fix this?

    Thanks!
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Could you post the SQL part?

    -- CK

    Comment

    Working...