in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » DataSet » Update (RSS)

Browse by Tags

  • Update database from dataset

    I have a datagridview which loads data from a dataset, when I remove data from this dataset, data disappear from dataset so everything is working fine (dataset is filled through SQLiteDataAdapter). However, after I do MyDataset.Mytable.AcceptChanges(), and then myDataAdapter.Update(MyDataset.Mytable...
    Posted to General (Forum) by FireDragonDoL on 10-15-2010
  • SQLiteDataAdapter.Update returns 0 (does not insert data into the database)

    Hi everybody! I've been trying to implement a CSV insert with a little trick: I use the OleDb CSV parser to fill my SQLiteDataSet, then I want to use the SQLiteDataSet to update the SQLite database. Unfortunately I've been stuck on this one problem- when I call Update on the SQLiteDataAdapter...
    Posted to General (Forum) by lirik on 04-26-2010
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems