in

System.Data.SQLite

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

Browse by Tags

  • Re: Sqlite & Silverlight 4.0

    Hi again, some additional information: i can read from the sqlite file like this TextReader reader = new StreamReader("C:/.... .sqlite"); So if think,i dont have a problem with user permissions, right ? But if i try the following: SqlConnection con = new SqlConnection(); con.ConnectionStrig...
    Posted to General (Forum) by tobi88 on 09-06-2010
  • Re: SQLite support for Silverlight

    You can use siaqodb ( http://siaqodb.com) as Silverlight client side database.You can save objects with one line of code and retrieve back via LINQ
    Posted to Feature Requests (Forum) by cristoph2009 on 12-12-2009
  • csharp-sqlite now published

    Hello. After several days of names selection with kindly proposal of Dr. Richard Hipp C#SQLite is out thanks to great work of Noah Hart. http://code.google.com/p/csharp-sqlite/ It's latest SQLite ported totally to managed C#. Current version passes 99.993% of 30054 unit tests. So it can be treated...
    Posted to General (Forum) by Kosenko Max on 08-06-2009
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems