Re: [sqlite] SQLite3 Pros / Cons

2017-02-05 Thread Jens Alfke
> On Feb 5, 2017, at 5:27 AM, Clyde Eisenbeis wrote: > > I posted "[sqlite] Retrieve INTEGER PRIMARY KEY" a few days ago. The > only solution proposed appears to use sqlite3. I think you’re confusing sqlite3 the library with its C API. You’re _already_ using the sqlite3

Re: [sqlite] SQLite3 Pros / Cons

2017-02-05 Thread Clyde Eisenbeis
This is good information! I posted "[sqlite] Retrieve INTEGER PRIMARY KEY" a few days ago. The only solution proposed appears to use sqlite3. On Sat, Feb 4, 2017 at 5:34 PM, Joe Mistachkin wrote: > > Random Coder wrote: >> >> And in case it's not obvious:

Re: [sqlite] SQLite3 Pros / Cons

2017-02-04 Thread Joe Mistachkin
Random Coder wrote: > > And in case it's not obvious: System.Data.Sqlite _is_ sqlite3 > To clarify and expand upon the above reply: System.Data.SQLite is an ADO.NET based managed wrapper around the SQLite. It includes the SQLite core library, compiled with a few extra options and loadable

Re: [sqlite] SQLite3 Pros / Cons

2017-02-04 Thread Random Coder
04, 2017 2:58 PM >> To: SQLite mailing list <sqlite-users@mailinglists.sqlite.org> >> Subject: [sqlite] SQLite3 Pros / Cons >> >> I'm new to SQLite ... started using it a few months ago. I was unaware of >> SQLite3 until I joined the SQLite mailing list. >>

Re: [sqlite] SQLite3 Pros / Cons

2017-02-04 Thread Drago, William @ CSG - NARDA-MITEQ
> -Original Message- > From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On > Behalf Of Clyde Eisenbeis > Sent: Saturday, February 04, 2017 2:58 PM > To: SQLite mailing list <sqlite-users@mailinglists.sqlite.org> > Subject: [sqlite] SQLite3

Re: [sqlite] SQLite3 Pros / Cons

2017-02-04 Thread Clemens Ladisch
Clyde Eisenbeis wrote: > What are the pros / cons of SQLite3? http://www.sqlite.org/whentouse.html > If I switched from "using System.Data.SQLite" to SQLite3, are all of > the functions in a .dll I could download and use? http://www.sqlite.org/howtocompile.html

Re: [sqlite] SQLite3 Pros / Cons

2017-02-04 Thread Simon Slavin
On 4 Feb 2017, at 7:57pm, Clyde Eisenbeis wrote: > I'm new to SQLite ... started using it a few months ago. I was > unaware of SQLite3 until I joined the SQLite mailing list. > > What are the pros / cons of SQLite3? You might find this useful:

[sqlite] SQLite3 Pros / Cons

2017-02-04 Thread Clyde Eisenbeis
I'm new to SQLite ... started using it a few months ago. I was unaware of SQLite3 until I joined the SQLite mailing list. What are the pros / cons of SQLite3? If I switched from "using System.Data.SQLite" to SQLite3, are all of the functions in a .dll I could download and use?