[GENERAL] Newbie: PG8 and text file parsing

2005-02-18 Thread Paul R
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

[GENERAL] Visual C++ and Postgres

2003-11-10 Thread Paul R. Sand
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…