in

System.Data.SQLite

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

Browse by Tags

  • How do i speed this method up?

    Here it is: Public Shared Sub SQLite_ExecuteNonQuerys(ByVal table As DataTable) If SQLite_Connect() = False Then Return End If Dim adapter As New SQLiteDataAdapter() adapter.SelectCommand = New SQLiteCommand(String.Format("SELECT * FROM {0}", table.TableName), SQLite_Connection) Dim update...
    Posted to General (Forum) by alex21 on 02-03-2010
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems