Tagged Questions
The phxsoftware tag has no wiki summary.
2
votes
3answers
479 views
dotConnect or “sqlite.phxsoftware.com” for using Entity Framework with SQLite
Which is the better choice out of dotConnect or "sqlite.phxsoftware.com" for using Entity Framework with SQLite (in C#)?
1
vote
1answer
173 views
sqlite - any improvements for this attach code (running multiple sql commands transactionally in sqlite)
Is this code solid? I've tried to use "using" etc. Basically a method to pass as sequenced list of SQL commands to be run against a Sqlite database.
I assume it is true that in sqlite by default ...
0
votes
4answers
2k views
System.Data.Sqlite FormatException using a parameter with LIKE
I'm using Sqlite as my database of choice in a C# forms app, with http://sqlite.phxsoftware.com/ System.Data.SQLite provider. I'm trying to implement a search function, but it's not playing nice... or ...