Hello Adam,
I guess there will be data type compatibility issues and certainly some transformation rules to implement.
Maybe use an easy to learn programming language with integrated SQL syntax?
You may want to have a look at Genero BDL.
Our solution allows you to connect to SQL Server and Informix from the same program, load rows one by one or into an array, write code to transform data, and then insert into Informix.
You will also learn about SQL Server / Informix differences in our documentation.
If you choose us we can also help on this migration process..
Check
www.4js.comSeb
------------------------------
Sebastien FLAESCH
------------------------------
Original Message:
Sent: Tue December 08, 2020 07:46 PM
From: Adam Reynolds
Subject: Foreign Data Wrapper(s)
Throwing this out there for some help.
I am doing an ETL from SQLServer into IFX (versions are irrelevant). Because IFX has no foreign data wrapper option (AFAIK), I need to use PostgreSQL as the intermediate engine to stick things together. With this, I can set up a FDW to SQLServer, and to IFX. However, the PostgreSQL FDW extension (postgres_fdw) pushes host, port, dbname, but I cannot find a way to push servername.
Has anyone had any success with this? Any hints?
Thanks in advance...
------------------------------
Adam Reynolds
------------------------------
#Informix