简体   繁体   中英

Transfer data from SQL Server to Firebird using SSIS

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM