Wolfgang Enzinger wrote:

> Assuming you actually do need to compile something, (identity of which
> you provide few good clues), you might consider a package I had good
> luck with, a SQLite wrapper called 'Litex', available at
>    https://www.assembla.com/wiki/show/litex

The download links on this page don't seem to work properly ...?

My recommendation for a SQLite COM wrapper would be this:
http://www.vbrichclient.com

I'm not getting into a debate about what is best for the OP, having too few clues to do so.

The vbRichClient appears to be *very sparsely* documented, with nothing on the SQLite interfaces. And it is closed source. There does not seem to be any demo code for the SQLite functionality. So a user would be left guessing how to use it from what the type library suggests.

The Litex wrapper source is available in zipped form via the Subversion repository browser visible at the page I linked. It can be built in Unicode and non-Unicode forms. There is extensive documentation for it. It is partitioned into a useful C++ wrapper and an ActiveX packaging over that wrapper.

The Litex source is a little old, and had to be modified slightly to build with more modern tools than VisualC++ 6.0. That would not be an issue for the OP.

Cheers,
--
Larry Brasfield

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to