extract progress table using...

rob1

New Member
Hi,

I need to extract the entire contents of a table stored in our open edge 10 DB, we have an odbc connection setup that will allow us access, but I was wondering if there is a more efficient way of doing this as i simply need to import the contents of this table into our postgres SQL database.

as im new to progress if anyone can advise of any free odbc tools to aid me then that would be much apprecaited.

thanks

Rob.
 
You have to use any ETL (Extract Transform Load) tool.
For example MS SQL has transformation services. You just register source ans target table and draw arrow between them in visial editor. After this just run packet. It extracts data from source table and inserts to target.
 
Back
Top