in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » C# (RSS)

Browse by Tags

  • Some Kind of Disk I/O Error Occurred - NOT using Device Emulator!

    Greetings! I have recently started coding in C# after many years of experience with scripting languages (Perl, TCL) and Powerbuilder. I am working on a C# version of a TCL program that I wrote, and have decided to use a database on the back end. I am working in Visual Studio 2008, and have added SQLite...
    Posted to Bugs (Forum) by Jonathan on 07-30-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 encryption causing corrupted/missing data

    I am working on a system with multiple processes (independent executables written in C#) that communicate status information through a single table in a common sqlite database. The system works fine if the database is not encrypted. Each process is able to insert records into and select records from...
    Posted to Bugs (Forum) by everestp on 06-16-2010
  • In-memory SqlLite Database integration test harness failing to repeat after large session

    I have a lengthy question about sqllite failing to repeat in a test harness, but only for after a huge data session. The question is posted on stack overflow here: http://stackoverflow.com/questions/3030198/sqllite-fluent-nhibernate-integration-test-harness-initialization-not-repeatable Any advice or...
    Posted to Bugs (Forum) by m4bwav on 06-13-2010
  • Using the Backup API

    If you're here, you've realized that System.Data.SQLite does not support the SQLite Online Backup API . If you absolutely can't wait until it is supported, I've found a solution. If you want to copy a .db3 file to another .db3 file, you should either use the copy file API of your operating...
    Posted to How To (Forum) by abrakjamson on 06-10-2010
  • c# database file is locked error

    Hi there! i am using sqlite the latest version and i am using the latest version of the ado.net connector. I have created a database with sqlite admin and saved the file in the debug folder of my application. I code in c#. I have a login page that works perfectly, it opens a connection runs a WHERE clause...
    Posted to Bugs (Forum) by casserlyprogramming on 05-21-2010
  • deployment issue with.net provider

    Hi there, I wrote an app using VS 2008, subsonic 3, and sqlite.net. provider (ver 1.0.65.0). I am having an issue where my app can't be deployed because somehow it doesn't recognize the sqlite data provider. My app.config looks like this: <?xml version="1.0" encoding="utf-8"...
    Posted to General (Forum) by PQUINTERO on 05-20-2010
  • SQLiteDataAdapter.Update returns 0 (does not insert data into the database)

    Hi everybody! I've been trying to implement a CSV insert with a little trick: I use the OleDb CSV parser to fill my SQLiteDataSet, then I want to use the SQLiteDataSet to update the SQLite database. Unfortunately I've been stuck on this one problem- when I call Update on the SQLiteDataAdapter...
    Posted to General (Forum) by lirik on 04-26-2010
  • .net 4.0 support?

    I wanted to convert a couple of my projects using the provider to 4.0 to use some new features, but when I did so, the ctor of my ObjectContext subclass started failing with: System.ArgumentException: The specified store provider cannot be found in the configuration, or is not valid. I'm assuming...
    Posted to Feature Requests (Forum) by jamesmanning on 04-18-2010
  • Questions from novice getting aquainted with sqlite

    Hi, I have decided to rewrite an Access db I wrote several years ago into C# using system.data.sqlite. Other than the Access db and its light VBA coding, my only experience is a C++ class I took a few years ago in college. So, I'm really a beginner, and will have to learn as I go. I came here to...
    Posted to General (Forum) by hamyer on 03-15-2010
Page 1 of 5 (47 items) 1 2 3 4 5 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems