How to read data from DB2 table and write same data into a SQL Server table

0
Hi have built an application which uses SQL server as its domain model database. I have a requirement where I need to pull data from DB2 and use that data to insert into a table is MS Sql server. I read about the Database replication module but it cannot connect to DB2 database. Any suggestion on how to achieve this?
asked
1 answers
0

You should be able to use the Database Connector module. I’m not sure if DB2 is available out of the box but you can add the driver for it within the Userlib folder of your application

answered