in

System.Data.SQLite

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

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • How to speed up dataGridView filling

    Hi, I'm having a problem with slow dataGridView filling. My table has ~400000 records and it takes about 53 seconds to load the data in my code, while in SqliteAdmin it takes only 9 seconds. Here is the code : DataSet ds = new DataSet(); string sql = "SELECT rowid, length,sec,usec,sip,dip,protocol...
    Posted to How To (Forum) by Sakyamuni on 03-29-2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems