"Steve Ely" <[email protected]> schrieb im Newsbeitrag news:[email protected]...
> My mistake. I had read that SQLite had an ActiveX, > I guess they were refering to 3rd party vendors. In the COM-Wrapper-section of: http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers you will find different wrapper-components, which offer COM-interfaces (aka "ActiveX-Dlls"). > Can anyone reomend a good one for VB? As far as I know, there are only two COM-wrappers in the meantime, which are "larger, and actively maintained" - a commercial one (SQLitePlus) from eztools: http://www.eztools-software.com/tools/SqlitePlus/default.asp and "my stuff" (former dhSQLite, in the meantime moved over to the public-domain dhRichClient3-toolset), which you can download here: http://www.thecommon.net/3.html For the dhRichClient3.dll there's currently no "decent help-file" - only a class-view: http://www.datenhaus.de/RC-Help/dhRichClient3.htm Instead there's a pretty complete Demo-Application, based on a (live-)converted "NWind.mdb", which shows all the different SQLite-related Classes "in action" (in several small "topic"-Forms, with not all that much code in them... DataBinding, InMemory- DBs, userdefined Functions, CommandObjects, etc.). Highly recommended, to study that (including all the comments), before you start with your own stuff. http://www.datenhaus.de/Downloads/dhRichClient3-Demo.zip Aside from that, just drop me an E-Mail, in case you stumble over something weird. Olaf _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

