PDA

View Full Version : Qcj Data classes initial release



croftj
1st May 2007, 03:51
I just released my class libraries for manipulating sql database records to the public. I have classes for manipulating individual records in a form, viewing multiple records in a table view or an html table rendered in a textbrowser. The library also has classes for rudimentry report generation as well as a User setting configuration dialog.

The fields and tables for each of the elements are defined through an XML file for the application.

You can find the sources and documentation for them at http://www.linuxlots.com/~qcj.

Any feedback will be appreciated (though maybe ignored ;) ).