PDA

View Full Version : Database example



marvaneke
20th June 2006, 15:37
Hi,

I am searching for example of applications managing a database. The applcations must manage multiple tables with referential integrity, on multiple window which are linked together. Can someone inform me ?

Regards.

jacek
23rd June 2006, 23:23
http://www.thekompany.com/products/dataarchitect/

patrik08
25th June 2006, 09:10
Hi,

I am searching for example of applications managing a database. The applcations must manage multiple tables with referential integrity, on multiple window which are linked together. Can someone inform me ?

Regards.


if you use sqlite version 2/3 on qt have a look ...

http://sqlitebrowser.sourceforge.net/ qt3 or
http://sourceforge.net/projects/qtexcel-xslt/ my projekt qt4 "QExcel Converter SQL" (QTplugin) or the new "Visual_xsltproc_Developer" (static sqlitelibs) table manage on xml/xslt to write output pdf, rtf, latex , html .... a new way to output sql table....

marvaneke
27th June 2006, 10:02
Thanks for the answer.

Regards.