in

System.Data.SQLite

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

Browse by Tags

  • .Net 4.0 & SQLite 1007000 sample

    I created a .net 4.0 WinForm appi with SQLite embedded and want to share the source code.. So here it is [ MyBlog ] [ Code Project ] So have fun and enjoy...
    Posted to How To (Forum) by Kribo on 05-02-2011
  • Re: How to put edited data from DataGridView back to Sqlite base?

    actually I tried the following to record updated record from DataGrid to DB Dim SQLconnect As New System.Data.SQLite.SQLiteConnection Dim dataSet = New DataSet() SQLconnect.ConnectionString = "Data Source=" & Database_path & ";" SQLconnect.Open() dataSet = DataGridView.DataSource...
    Posted to How To (Forum) by Nadalik on 03-27-2010
  • I'm a totally new user and need a DataGrid sample in VB.NET 2008

    I have used VB6 before and I'm totally new to SQLite and pretty new to VB.NET ... I successfully created a database, and inserted some data in my test project, so far so good. But, when I try to view the data in a datagrid I can't get it to work, eahh Anyone here who can share some VB.NET sample...
    Posted to How To (Forum) by Stefan57 on 05-31-2009
  • 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 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems