in

System.Data.SQLite

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

Browse by Tags

  • 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: empty trigger causes connection to fail

    Hi Robert I've tried this and it works OK with the sqlite3.exe utility. BTW - it also works OK with many other non-.NET sqlite database managers (like SQLiteMaestro). Liron
    Posted to Bugs (Forum) by liron on 05-01-2009
  • Re: empty trigger causes connection to fail

    Hi Robert, I've tested it with the latest version (1.0.61.0) and it still fails .. If you can provide me with a hint where to look in the provider solution I'll try fix this myself :-) Thanks in advance Liron
    Posted to Bugs (Forum) by liron on 05-01-2009
  • empty trigger causes connection to fail

    I'm using version 1.0.58.0 of the provider. When I'm trying to connect to a database that contains the following trigger - the connection fails: CREATE TRIGGER empty_trigger UPDATE OF name ON test1 BEGIN END Of course there is no reason for such trigger to be there in the first place but still...
    Posted to Bugs (Forum) by liron on 04-29-2009
  • Re: "Unable to open the database file"

    Dear all, After struckling around with this exception for months I finally found a solution for my product. And thanks to Robert to include the Journal Mode in the SQLiteConnectionStringBuilder. First of all make very sure that the users have write access to the folder the database is created or installed...
    Posted to Bugs (Forum) by IJsbrand on 07-28-2008
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems