how to connect the gnome aplication(gtk+) to database

2011-02-19 Thread angel kingdom
HI,
i am working on a application(project Gutenberg ) which is written in gtk+
and i want to connect this application with database server to store
dictionary.i am having the Dictionary in xml format.
So,please guide me or give me a link of how to do this work.
I am using ubuntu 9.04
And for database i am using the postgresql..

thank you
Deepa A
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: how to connect the gnome aplication(gtk+) to database

2011-02-19 Thread Alexander Nagel
Am Sat, 19 Feb 2011 03:22:52 -0500
schrieb angel kingdom angelkingd...@gmail.com:

 HI,
 i am working on a application(project Gutenberg ) which is written in
 gtk+ and i want to connect this application with database server to
 store dictionary.i am having the Dictionary in xml format.
 So,please guide me or give me a link of how to do this work.
 I am using ubuntu 9.04
 And for database i am using the postgresql..

Hi,

install the libpq-dev package. (At least it's called in Debian Squeeze
libpq-dev, I guess it is same in Ubuntu) In this package you find a
program called pg_config which prints out the compile options you need
to compile against it. You have to add this infos in your
configure /makefile scripts (or whatever you use)

hth
Alex

 
 thank you
 Deepa A
 ___
 gtk-app-devel-list mailing list
 gtk-app-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list



-- 

Alexander Nagel
E-mail: alexan...@acwn.de
Homepage: 
http://www.acwn.de/
http://www.standspur-kadaver.de/
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: how to connect the gnome aplication(gtk+) to database

2011-02-19 Thread Vivien Malerba
On 19 February 2011 09:22, angel kingdom angelkingd...@gmail.com wrote:

 HI,
 i am working on a application(project Gutenberg ) which is written in gtk+
 and i want to connect this application with database server to store
 dictionary.i am having the Dictionary in xml format.
 So,please guide me or give me a link of how to do this work.
 I am using ubuntu 9.04
 And for database i am using the postgresql..


Depending on your needs, you can use the Libgda library (
http://www.gnome-db.org) which integrates well with Gtk+.

Regards,

Vivien
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list