I need some advice.. I am new to PG8 - I am working on the project
that needs to load data daily to PostgreSQL from the text file.. the
text file is 40MB comma delimited file with row consisting of 20-30
fields and couple thousands of rows..
so the data needs to be parsed and if the row exists it
I am trying to set up a project in Visual C++ to use libpq.dll
from Postgres. Are there instructions on how and where to build the
libpq.dll and then insert libpq.dll and libpq-fe.h into a project.
Thanks, I am trying to get a quick start back into coding after not doing it
for a while…