
Overview
Informix Destination Component is SSIS Data Flow Component, which connects to Informix database and bulk loads data into Informix database tables. It is much faster than the standard loading , using OLE DB Destination. The configuration options are provided in the standard data flow destination component dialog. The component requires installation of IBM Data Server Runtime Client.
Setup
Use the options below to setup the component.
Options
- IDbConnection
-
Select an existing ADO.NET IBM Informix .NET Data Provider connection manager, or click <New connection...> to create a connection manager.
Related Topics: ADO.NET Connection Manager
- DestinationTable
-
Specify the destination database table where the data is loaded.
CozyRoc