cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
193
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Rajit Kumar on 23-05-2008 06:51:10 AM
Is there an easy way (a tool) to move data from Informix to MS SQL server in real time..... meaning, on call end call activity data gets inserted in Informix db, at the same time we want to insert same data into MS SQL server;

Subject: Re: Informix to MS SQL
Replied by: Sunny Kumar on 30-07-2008 08:00:35 PM
You can do that by doing an "end of call" processing where you can send the log data to MSSQL database. In CVP 4.0 and above you can use the logging API to build your own logger. CVP allows you to create and run multiple loggers in addition to or in place of default loggers. Your custom logger can push the log data out to MSSQL. As a matter of fact - the log data being pushed out to the Informix reporting server uses a custom logger that was built using the logging API.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links