SQL, export to word
-
Hi all! In my program, which works with MySQL database, I need to export the result of SQL query to microsoft word. Are there any ways to do this with Qt (or even without, if you know)?
-
You can connect to your database using QSql and export using ActiveQT http://doc.qt.nokia.com/latest/activeqt.html (ActiveX)
But to do it you need to know the Word ActiveX API and, AFAIK, it only work in MS Windows with MS Work installed
-
Hi
I export the data to the Excel by the <ActiveQt>. I believe it can be used for Word.
If you are interested to see the beginning of "this":http://developer.qt.nokia.com/forums/viewthread/1871/