PDA

View Full Version : Qt and openoffice org



alphajoseph
18th February 2009, 10:33
friends
My need is to create forms and reports from a mysql database
generating reports from a large database by writing code is going to be tedious
Has Qt got any solution?...or any way to integrate open office org with Qt?
and coming to forms
Is there any way to generate a form from a database. in Qt
Any help is appreciated
Thanks a million

seneca
18th February 2009, 10:52
OpenOffice has its own database application "Base" for such, where you can connect to mysql native or via odbc.

You dont need Qt for that.

alphajoseph
18th February 2009, 11:14
hi again
There is no option to create a stand alone application in open office org(as far as i know)
so i am trying to link openoffice org to Qt
Is there any way out with the Qt designer(for reports )????
Thanks

Lesiok
18th February 2009, 11:21
Look at NCReport (http://www.nocisoft.com/?id=ncr)

alphajoseph
18th February 2009, 11:42
Thanks a bunch
Is NCReport applicable for mysql database??

Lykurg
18th February 2009, 12:11
From the site http://www.nocisoft.com/?id=ncr

Connection to SQL databases
since MySQL is a SQL database: yes.

Lesiok
18th February 2009, 14:34
Thanks a bunch
Is NCReport applicable for mysql database??
NCReport is a Qt application so is applicable with all databases working with Qt.