Re: [sqlite] Where is the official document for System.Data.SQLite?

2017-03-13 Thread Rob Richardson
Of Donald Griggs Sent: Monday, March 13, 2017 1:57 PM To: SQLite mailing list Subject: Re: [sqlite] Where is the official document for System.Data.SQLite? On Mon, Mar 13, 2017 at 1:44 PM, Rob Richardson wrote: > Where is the official document for System.Data.SQLite? And is there a > bette

Re: [sqlite] Where is the official document for System.Data.SQLite?

2017-03-13 Thread Donald Griggs
On Mon, Mar 13, 2017 at 1:44 PM, Rob Richardson wrote: > Where is the official document for System.Data.SQLite? And is there a > better list than this one to ask questions about System.Data.SQlite? Hi Rob, I don't use system.data.sqlite, but I believe you'll find the documentation at: http:

[sqlite] Where is the official document for System.Data.SQLite?

2017-03-13 Thread Rob Richardson
Where is the official document for System.Data.SQLite? And is there a better list than this one to ask questions about System.Data.SQlite? Specifically, I'm looking for the correct way to use the SQLiteCommand class and parameterized queries. Do parameters have to be named? Thank you.