in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Speed Up dataAdapter.Update(table)

Last post 03-06-2010 6:56 AM by Paul. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 02-22-2010 11:13 AM

    Speed Up dataAdapter.Update(table)

    Hi when i use the following code. my application spend mor than 8 seg updating 40 added, deleted, or changed rows in the datatable

     

                Using TableAdapter As New SettingsTableAdapter

                    TableAdapter.Connection = DbManager.Connection

                    TableAdapter.Update(SettingsTable)
                End Using

    where  DbManager.Connection is the Application SQLite Connection

     thanks in advance

    Manolito

     

  • 03-06-2010 6:56 AM In reply to

    • Paul
    • Top 25 Contributor
    • Joined on 09-12-2007
    • Boise
    • Posts 56

    Re: Speed Up dataAdapter.Update(table)

    Try to put multiple row operations within a transaction. See if that helps.

     

Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems