#include #include void main() { char *db = "dbname=ncadb"; while (true) { PgConnection data(db); } }