in

System.Data.SQLite

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

Browse by Tags

  • Insert fails when program run as windows service

    Hi, I have a very simple application which starts a thread that creates a new database and the associated tables if it doesn't exist yet. It then inserts new data into the table every 10s. The whole thing works just nice when I run the thread from a regular windows foms application. As soon as I...
    Posted to General (Forum) by Grizzly on 10-09-2011
  • The underlying provider failed to open

    This has me extremely frustrated. I have built out a WPF application using a sqlite database and entity framework. A few days ago I reformated my machine because, but not to worry: I had backed everything up nicely. So now I have set up my development environment again, installed everything I can remember...
    Posted to Entity Framework (Forum) by dannyst on 01-01-2011
  • HELP! Database corruption!

    I am having rare/intermittent corruption of typically 1-2 rows of my database. I am using this database version on Windows: SQLITE 3.6.3 [Via C# provider SQLITE.NET 1.60.0] One of my tables is named "ArchiveStreamTimes" with these column types: guid [PK], string, string, string, string There...
    Posted to General (Forum) by rschnitzer on 09-13-2009
  • MethodMissingException Can't Find PInvoke 'SQLite3.dll'

    Hello friends, i have already downloaded sqlite3 dll and placed the same in my application folder and also in my windows folder but not seem to be great. i am still getting error "MethodMissingException Can't Find PInvoke 'SQLite3.dll'" i am using sqlite3 dll but dont know why this...
    Posted to General (Forum) by yrb.yogi on 05-05-2009
  • Exception: Database is locked.

    When connecting 2 or more users to the same database I consistently get this error message. (This instance is when a thread is retrieving a configuration value, read-only operation.) System.Data.SQLite.SQLiteException: The database file is locked database is locked at System.Data.SQLite.SQLite3.Step...
    Posted to General (Forum) by jeremyje on 02-20-2009
  • Passing SQLiteDataReader between classes.

    Hello, I am getting System.AccessViolationException when reading from instance of SQLiteDataReader passed to another class. Here is the situation: I have a class called TrustedApp and a static class TrustedAppsDal. I'm creating an instance of TrustedApp class and calling its GetAll method which in...
    Posted to General (Forum) by mcnamara on 07-04-2008
  • EntryPointNotFoundException

    I have a website apps packaged with Ultidev Cassini and using sqlite full project in reference and When i try it on a virtual machine with windows xp it return this error EntryPointNotFoundException: Unable to find an entry point named 'sqlite3_open_interop' in DLL 'System.Data.SQLite.DLL'...
    Posted to General (Forum) by Didier Levesque on 08-31-2007
Page 1 of 1 (7 items)
Powered by Community Server (Commercial Edition), by Telligent Systems