in

System.Data.SQLite

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

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
  • 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
  • Insufficient parameters error when using GridView control (with DataKeyNames and DataSourceID specified)

    I have a problem that I'm guessing has at least something to do with the ASP.NET control life-cycle. I have a GridView control to allow editing of certain records in an SQLite db. I have gotten what I thought to be pretty much the same thing to work on a different page on my site that accesses a...
    Posted to General (Forum) by robg37 on 07-01-2010
  • Database file isn't copying over?

    I'm playing around a bit with trying to get a sqlite database to open and display in a mobile application, and I'm having some trouble getting it going. From what I can tell, the file isn't being copied like it's supposed to. When I go into file explorer on the simulator, there is a file...
    Posted to General (Forum) by andyd273 on 09-14-2009
  • 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
  • Multiple Threads sharing a connection

    Hi, I just read http://sqlite.phxsoftware.com/forums/t/56.aspx Can someone please post an example with connection cloning. I have just begun using SQLite on a mobile application I am building, and was using a static connection which was used by all the threads to save time spent on opening and closing...
    Posted to General (Forum) by Pari on 07-28-2009
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems