How can I push data from Informix to .NET server in real time?

回眸只為那壹抹淺笑 提交于 2019-12-11 09:44:57

问题


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.


回答1:


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.

Links on IBM's site include:

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

Other links include:

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

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.



来源:https://stackoverflow.com/questions/42254421/how-can-i-push-data-from-informix-to-net-server-in-real-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!