Weekly report for 11 June 2010 on Project "Database Module + FuzzySQL"
This week I learned how to build a toolbox for Scilab. I have also built a toolbox, which
uses Qt-libraries QtCore, QtSql and qsqlpsql (PostgreSQL driver)
- connects to a PostgeSQL - database
- executes a query and returns the size of resulting set
Libraries QtCore, QtSql and Qt database-driver libraries have to be distributed together with toolbox as third-party libraries (they go under LGPL-licence).
Next Week
Next week I plan to implement functions DbConnect, DbDisconnect, and DbQuery.