[ADMIN] PGresult
Hello All, Is it possible to have one PGresul inside another PGresult? E.g. having some small PGresult while another (big) PGresult still active? PGresult* res1 = PQexec (,,,) for (...) { // do some processing with res1. PGresult* res2 = PQexec (...); // Process res2. PQcl
[ADMIN]
Dear friends, Can anyone tell me how to import tables stored in form of *.dbf files to tables in postgreSQL. thanks in advance, Gagan