YAN HONG YE wrote:
I wanna use sqlite in EXCEL vba, but I don't know how to compile the sqlite ocx 
file in vc6.

If you have a file with extension .ocx, you do not need to compile it. You just need to register it and use it.

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
, with a few simple mods to make it acceptable to a more modern compiler. (If you are running VC6, you may not have any such issues.)

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