I just started off with SQLite. I wanted to do connectivity via ADO. I searched for drivers and found 2 of them :-
I’m confused about which one to use. I tried installing both and, both of them are in the same namespace. Are they both same?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The first one is actually a fork from the second one. I say fork, but really the first one is the direct descendant of the second one:
Ref.: http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki
The bottom line is: use the first one. It almost always includes the latest version of sqlite, and also, the maintenance is tightly coupled with the maintenance of sqlite itself.