如何实时将数据从Informix推送到.NET服务器? [英] How can I push data from Informix to .NET server in real time?

查看:125
本文介绍了如何实时将数据从Informix推送到.NET服务器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要将数据从Informix实时推送到我的.NET服务器,就像我们可以通过SignalR和MS SQL Server在数据库发生更改时自动自动将其推送一样.能做到吗? Informix似乎没有内置的功能,只要数据库中有新记录,该功能都不会允许.NET服务器知道.即使经过数小时的Google搜索,我仍无法找到解决方案.

I need to push data from Informix to my .NET server in real time, just like we can do it automatically as soon as there is a change in the database with SignalR and MS SQL Server. Can this be done? Informix doesn't seem to have inbuilt functionality that would allow .NET server to know whenever there is a new record in the database. I have not been able to find a solution to this even after hours and hours of searching with Google.

推荐答案

自Informix 11.70以来,Informix已支持Change Data Capture API.您可以在Google上找到带有"informix更改数据捕获"的链接,但是您确实需要知道要使用的限定术语是更改数据捕获".其他一些DBMS也将更改数据捕获"一词用于基本相同的功能.

Since Informix 11.70, Informix has supported a Change Data Capture API. You can find links to this on Google with 'informix change data capture', but you do need to know that the qualifying term to use is 'change data capture'. Some other DBMS also use the term 'change data capture' for basically the same functionality.

IBM网站上的链接包括:

Links on IBM's site include:

  • What's new in Informix 11.70
  • The Change Data Capture API

其他链接包括:

  • IBM Informix Change Data Capture API
  • IBM Informix Change Data Capture API

这些手册与IBM提供的手册大致相同.几乎可以肯定,它可以在IBM网站上获得.

These seem to be more or less the same manual, and an IBM-provided manual; it is almost certainly available on the IBM site to.

这篇关于如何实时将数据从Informix推送到.NET服务器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆