Simple.Data.Sqlite
Simple.Data.Sqlite copied to clipboard
A Sqlite Provider for Simple.Data
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....
see ignored test for failure.
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...