I am currently using an MSAccess mdb file for a redistributable app.
A while ago I found out about SQLite, as an alternative to my solution, but the binaries they provide do not offer the possiblilty of using them as an object in VB6. (Or at least I couldn’t figure it out how).
Does anyone has a link, or could write a little about connecting to a SQLite DB from VB6, and its differences with using ADO?
Here is a link with code examples:
http://www.freevbcode.com/ShowCode.asp?ID=6893