in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » 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
  • SourceColumnNullMapping property don't works: total mess!

    Hello, before bug submit my congratulation for doing a work in a difficult territory like that! That said I had a problem in Compact Framework of 1.0.66 with VS2008 (not tested in desktop framework yet) with autogenerated parameters of update and delete commands. For being precise the problem is in evaluating...
    Posted to Bugs (Forum) by Henrik Sozzi on 07-12-2010
  • Insufficient parameters error when using GridView control (with DataKeyNames and DataSourceID specified)

    I have a problem that I'm guessing has at least something to do with the ASP.NET control life-cycle. I have a GridView control to allow editing of certain records in an SQLite db. I have gotten what I thought to be pretty much the same thing to work on a different page on my site that accesses a...
    Posted to General (Forum) by robg37 on 07-01-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
  • Entity Framework generate model from DB doesn't import cascade settings

    I have the following table structure: CREATE TABLE [ SomeTable ] ( [ SomeTableID ] INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT , [ PersonID ] INTEGER NOT NULL REFERENCES [ Person ]( PersonID ) ON DELETE CASCADE ) CREATE TABLE [ Person ] ( [ PersonID ] INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT ) When...
    Posted to Bugs (Forum) by jamone on 03-19-2010
  • how can I manage database updates within my windows Setup/ClickOnce deployment???

    Hi, Can I ask for some guidance re how best to handle initial deployment and updates to a Sqlite database I will be packaging within a click-once deployment on windows? How do most people handle this? Things that come to mind: a) include template sqlite database - but then question is how to write clickone...
    Posted to General (Forum) by callagga on 02-28-2010
  • Parallelitätsverletzung : The UpdateCommand ..."

    Hello, I get with the following program code always the error message "(in German): Parallelitätsverletzung : Der UpdateCommand hat sich auf 0 der erwarteten 1 Datensätze ausgewirkt.". try { string sPath = "WindowsFormsApplication1\\"; string SQLDataBase = "testdb.db3";...
    Posted to General (Forum) by Dietmar Immenhausen on 09-26-2009
  • Update Problem

    I have encountered the following error when using the TableAdapter.Update method: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. The table adapter was obtained by dragging a grid from the data source to the form. The DataGridView had editing, adding and deleting...
    Posted to General (Forum) by rkulp on 07-17-2008
Page 1 of 1 (8 items)
Powered by Community Server (Commercial Edition), by Telligent Systems