Quote Originally Posted by ChenLin View Post
Excuse me, does this support browsing. SQLite files?
Both libs can do that ... although your word-choice of "browsing",
seems to suggest, that you think about "read-only-access"...

SQLite is a "full DB-Engine in a Dll" (supporting much more than "just browsing a file"):
https://www.sqlite.org/transactional.html

Olaf