Re: how to connect to postgres and MySQL

2009-03-22 Thread Grizzly(Francis Smit)
Grizzly(Francis Smit) wrote: > OK I've found an example of connecting to SQLite: > > http://www.gtkmm.org/docs/libgnomedbmm-3.0/docs/tutorial/html/ch03s05.html > > Glib::RefPtr client = Gnome::Gda::Client::create(); > > > > client->open_connection_from_string("SQLite", "DB_DIR=" > LI

how to connect to postgres and MySQL

2009-03-22 Thread Grizzly(Francis Smit)
OK I've found an example of connecting to SQLite: http://www.gtkmm.org/docs/libgnomedbmm-3.0/docs/tutorial/html/ch03s05.html Glib::RefPtr client = Gnome::Gda::Client::create(); client->open_connection_from_string("SQLite", "DB_DIR=" LIBGNOMEDB_DATADIR ";DB_NAME=demo_db",