VB-SQLite
 

  • What is VBSqlite?

  • VBSqlite is a wrapper designed to interact with SQLite library allowing VB6 coders to make use of this self-contained, serverless, zero-configuration, transactional SQL database engine. The wrapper is coded entirely in VB6, meaning you only need to add the modules to your project and you are ready to use SQLite, no libraries or ActiveX are required.


  • What happen if a new SQLite is released?

  • Since this is a wrapper any new version of SQLite should be compatible with your source (as long as SQLite maintain backward compatibility). So you should be able to use the latest version in your program without any changes, this is great advantage compared to ActiveX implementations and Library modifications.


  • Can I use this wrapper in my commercial project?

  • Yes, you can include this source in your commercial project but, you cannot sell the source compiled as a Library or ActiveX, this is a free project and will remain that way. Refer to the license for more information.


  • Project Status

  • The project is under development but at this stage is fully functional. A big number of functions are wrapped and more will be added in the future, check the download page for the latest release. The project was created using SQLite version 3 and all the Deprecated or Experimental functions are not being wrapped.
    Some functions like Mutex and others cannot be implemented in VB6 therefore are ignored.


  • Bug reports and Contributions

  • If you found a bug and you want to report it, please be specific about the error, SQLite version etc. If you want to contribute with some source feel free to do it but remember, this is a free project and your contribution will be free too! Your name will be added to the credits if you want it.


    Copyright© 2009 VBSQLITE