import progress database

  • how can a Progress database file be imported into sql server 2000?

  • Haven't used Progress - can the data be accessed using an ODBC driver?

    Andy

    http://www.sqlservercentral.com/columnists/awarren/

  • AFAIK, you need to get the ODBC Driver for Progress 9.x or greater. I don't think there is a download anywhere; you have to buy it... Set up a DSN for the UNIX box housing Progress9 on your SQL Server and then you should be able to use VB/VC++ to execute import statements through the DSN. Beware, however, the SQL executing on the ODBC driver can be somewhat non-ANSI standard and awkward; and stay away from array fields...

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply