in

System.Data.SQLite

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

Browse by Tags

  • Setting SQLiteCommand.Connection

    Hi, Is there any associated problems by reusing SQLiteCommand objects by setting its Connection property? I imagine something like the following: // In the main thread: SQLiteConnection connA = ... SQLiteCommand cmdA = connA.CreateCommand(...); // In some other thread: SQLiteConnection connB = connA...
    Posted to General (Forum) by yngve on 08-20-2009
  • Re: Unable to open the database file

    As 3.6.14 (And subsequently 3.6.15) have been release; Are we likely to see a new release of System.Data.SQLite using a newer version of SQLite? I'm using 1.0.61.0 in Windows Mobile and I'm seeing this issue as well. My connection string has the "Synchronous=Full;" option enabled and...
    Posted to Bugs (Forum) by slaad on 06-17-2009
  • Re: Database file is locked in a multithreading scenario

    Dear Robert, Sorry to have bugged you with my post. After further research I found two missing locks in my own code. My data access layer uses one static lock to ensure that only one thread can enter the critical region. With that lock it protects the regions where 1) it opens a transaction, 2) it executes...
    Posted to Bugs (Forum) by IJsbrand on 07-22-2008
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems