Good afternoon everyone,
By declaring a PgDatabase variable like this, I know that I make aconnection to the DB 'test'
PgDatabase data("dbname = test");
How to end connection?By making this?
delete data;data = NULL;
regards, Renaud THONNART