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
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",