in

System.Data.SQLite

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

Browse by Tags

  • Re: strange Error : no such table : ....

    The same error occurs in the following situation too: You add .db file to your project. Then when you run your c# project with debugger, empty db. file is copied into bin/debug folder of the project folder. Your running application looks for tables in the empty database and returns error: "no such...
    Posted to General (Forum) by sevenkul on 08-19-2011
  • Creating A New Database and Structure

    Hey in my program it is necessary to create a new sqlite db in the applications start up code depending on some configuration variables. So this leaves me wondering how to create the database and its internal structure such as tables and their data using .net code, either vb.net or c# .net. Also i need...
    Posted to General (Forum) by alex21 on 01-14-2010
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems