PDA

View Full Version : How to Create a GTK application to write to a OpenOffice Database



colby1
August 13th, 2006, 05:47 PM
I want to create a GTK frontend to be able to input data into an OpenOffice Database.. I have somewhat limited programming skills and was wondering the easiest way for me to learn to do this (I'm a rather quick learner)

any help would be greatly appreciated!!

Van_Gogh
August 13th, 2006, 06:39 PM
Openoffice Base is not not much more than a graphical interface to a database type called HSQL. So, learn about HSQL and how you can interface with it from your programing language and you'll have that part fixed. Then you'll design your GTK GTK from something like Glade or whatever.