To write a C/C++ application that uses the Replication Distributor Interface to store heterogeneous replication transactions or snapshots in the Distributor
Note Microsoft® SQL Server™ Data Transformation Services (DTS) provides a means to implement snapshot replication using heterogeneous data. The DTS Import Wizard allows you to import data from a variety of heterogeneous data sources, including Microsoft Access, Oracle, and DB2. During the import process, you can even perform transformations on the data (for example, concatenating two columns, or decomposing the data in one column into two or more columns).
The DTS Import Wizard provides a one-to-one connection, not the store-and-forward solution associated with replication. However, if you have a need to forward converted data to numerous sites, consider creating a snapshot publication from the converted table.
Replication Distributor Interface | Using SQL-DMO and the Replication Distributor Interface |
Creating a Destination Table for Replication |