DataCom

  • I have to extract data from a DataCom database (V10), can I do it using SSIS (2005)

  • Though by default there are no providers for Custom sources. You may implement the following:

    1. Create a ODBC connection in Control Panel.

    2. Create a ODBC connection from connection manager is SSIS and map it to the custom connection created..

    3. Implement a Script Task to manipulate with data stream from ODBC provider.

    OR

    You may get the necessary drivers/providers installed which are compatible with latest SSIS release.

    OR

    You may use a ADO.NET provider and choose ODBC Data Source

    Raunak J

  • I think all of those are good answers..

    CEWII

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

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