Data Binding Issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • KEN

    #1

    Data Binding Issue

    I create a small database front end using Visual Studio 2008 by
    connecting to a database and using the details view to create the
    navigation.

    The navigation works fine but the add new and save buttons and the
    delete button all seem to work but do not make the changes in the
    database.

    Save button is using the following C#:

    this.Validate() ;
    this.tblDatabas eUsersBindingSo urce.EndEdit();
    this.tableAdapt erManager.Updat eAll(this.dataS et);

    The database is SQL 2003 with key auto increment fields which might be
    the problem but the connecting I am using has full rights on the
    tables.

    Anybody seen this before, have a fix.

    thanks -

Working...