How Can connect tha Progress Databases in DTS?
Google gave me this list: http://www.sqlsummit.com/oledbVen.htm
of companies that offer OLE DB connectors for various systems. 2 of them offer something for progress.
-Jamie
|||
Progress have their own ODBC driver, which may be accessed using the .Net Data Reader source in SSIS, and the ODBC .Net Framework Data Provider
See http://www.psdn.com/library/servlet/KbServlet/download/1102-102-905/odr.pdf
Donald