Transfer data from SQL Server to Firebird using SSIS

陌路散爱 提交于 2019-12-25 09:12:31

问题


I'm trying to execute a select in SQL Server database and insert the result to Firebird using SSIS.

I'm Googled, but anything can help =/

Any idea how I can do this?

Thanks.


回答1:


I am guessing you are trying to create a connection between SSIS en Firebird. To do this, you need to download the LCPI OLE DB Provider for InterBase first.

When you have that installed, you just select it from the dropdown during the creation of the new connection manager.

Check these links out:

http://www.ibprovider.com/eng/download.html http://www.ibprovider.com/eng/documentation/ssis_firebird_interbase.html



来源:https://stackoverflow.com/questions/38659152/transfer-data-from-sql-server-to-firebird-using-ssis

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