March 11, 2003 at 8:32 am
how can a Progress database file be imported into sql server 2000?
March 15, 2003 at 5:35 am
Haven't used Progress - can the data be accessed using an ODBC driver?
Andy
March 17, 2003 at 6:47 am
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