Questions tagged [phxsoftware]
3 questions
2
votes
3 answers
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#)?

Greg
- 34,042
- 79
- 253
- 454
1
vote
1 answer
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 all commands run in a single connection are…

Greg
- 34,042
- 79
- 253
- 454
0
votes
4 answers
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 I'm missing something.
The simplified sql I'm…

cofiem
- 1,384
- 1
- 17
- 29