[ADMIN] PGresult

2000-06-17 Thread Vladimir V. Zolotych
    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]

2000-06-17 Thread Gagan
Dear friends, Can anyone tell me how to import tables stored in form of *.dbf files to tables in postgreSQL. thanks in advance, Gagan