Suchergebnisse

Suchergebnisse 1-1 von insgesamt 1.

  • Benutzer-Avatarbild

    SQLiteDataAdapter

    petaod - - Daten(bank)programmierung

    Beitrag

    Zitat: „wenn ich dataadapter1.fill... mehrmals aufrufe, dann verdoppeln sich die Listeinträge.“Das liegt wohl an der Tatsache, dass du keinen Primary Key spezifiziert hast . Die Beschreibung von DataAdapter.Fill sagt aus:Zitat: „You can use the Fill method multiple times on the same DataTable. If a primary key exists, incoming rows are merged with matching rows that already exist. If no primary key exists, incoming rows are appended to the DataTable.“