Top "System.data.sqlite" questions

System.

Identity column maximum value in SQLite DBs

I have a purely academic question about SQLite databases. I am using SQLite.net to use a database in my …

database sqlite database-design system.data.sqlite
On some computers application can't load sqlite dll file

I wrote an application that uses sqlite and it works great on most of the systems. It is written in …

c# sqlite deployment system.data.sqlite
How should I disable Entity Framework table reference(foreign) list from each objects?

I'm using Sqlite database and System.Data.SQLite 1.0.92 There is 2 table here: Table Person: PersonId PersonName Table Student: StudentId PersonId(…

c# .net-4.0 entity-framework-5 system.data.sqlite
After SQLite update: Unable to find an entry point named 'sqlite3_changes_interop' in DLL 'SQLite.Interop.dll'

My C#/SQLite was working fine until I decided to update the SQLite DLLs (from 1.0.82.0 to 1.0.84.0). Now I get this …

c# sqlite dll dllimport system.data.sqlite
Set ConnectionTimeout in System.Data.SQLite

I think that I'm experiencing a database connection timeout with my SQLite connection, but I'm not sure how to bump …

c# sqlite system.data.sqlite
Entity Framework + SQLite deployment

I have a ASP.NET MVC app that is using SQLite database through Entity Framework. Everything works on VS 2008's …

asp.net-mvc entity-framework sqlite system.data.sqlite
Why is the SQLite provider missing from the Server Explorer Add Connection dialogue?

I am following the article Using SQLite Embedded Database with Entity Framework and Linq-to-SQL, and have tried installing the SQLite …

visual-studio visual-studio-2010 sqlite system.data.sqlite
SQLite.net SQLiteFunction not working in Linq to SQL

I've created a handful of custom SQLite functions in C# using System.Data.SQLite.SQLiteFunction. It works great when using …

c# sqlite linq-to-sql system.data.sqlite