Results 1 to 3 of 3
Hi,
Please suggest some examples to use gtk with SQLite like Databases.
Regards,
Zoobave
Zoobave's Blog...
- 07-16-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 10
GTK and Database
Hi,
Please suggest some examples to use gtk with SQLite like Databases.
Regards,
Zoobave
Zoobave's Blog
- 07-16-2007 #2
I don't understand...
Gtk is just a widget library. If you want to use a database backend with a graphical program, you just have the program use the SQLite API and reflect the information, just as you would if you were getting information from any other source.
The Gtk API is at:
GTK+ Reference Manual
And the SQLite API is at:
C/C++ Interface For SQLite Version 3DISTRO=Arch
Registered Linux User #388732
- 07-19-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 1
Is there anyone who supply some examples?

help !
gtk+ and sqlite example code !



Reply With Quote