Re: [GENERAL] Migrating data from DB2 zOS to PostgreSQL

2016-12-06 Thread bend
We have recently done something similar - Converting Informix zLinux to Postgres x86_64.Short answer - We used unloads to put out csv files, wrote some python programs to cleanup data, thenimported them into our Postgres instance ...Ben Duncan - Business Network Solutions, Inc. 336 Elton Road

[GENERAL] Cant compile using stock RH71 and libpq++

2001-08-20 Thread John Bend
++ header is truly in the specified path. I can successfully compile and connect using C. Thanks in advance. John Bend. Here is the simple program: #include iostream #include libpq++.h int main() { PgDatabase db(dbname=template1); cout Program pg1.cpp finished endl; } I