Simple.Data.Sqlite icon indicating copy to clipboard operation
Simple.Data.Sqlite copied to clipboard

A Sqlite Provider for Simple.Data

Results 5 Simple.Data.Sqlite issues
Sort by recently updated
recently updated
newest added

Hi. I believe you said you were looking for someone else to maintain this project. If you'd like to transfer it to my account (markrendle), I can take over. Enormous...

I get the dreaded "No ADO Provider found" error when attempting to access a SQLite database whose file suffix is anything other than ".db". For example "myDatabase.s3db" does not work....

i do knoiw how to use it~~~~ the connection string is ??

Hi, given the following Tables: ``` CREATE TABLE TestA ( ID INTEGER PRIMARY KEY, Txt TEXT ); CREATE TABLE TestB ( ID INTEGER PRIMARY KEY, Aref INTEGER, Txt TEXT, FOREIGN...