使用SSIS将数据从SQL Server传输到Firebird

问题描述:

我正在尝试在SQL Server数据库中执行选择,然后使用SSIS将结果插入到Firebird.

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

我已经被Google搜索过,但是任何事情都可以帮助您=/

I'm Googled, but anything can help =/

知道我该怎么做吗?

谢谢.

我猜您正在尝试在SSIS和Firebird之间创建连接.为此,您需要先下载LCPI OLE DB Provider for InterBase.

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.

检查这些链接:

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