jsfelipearaujo
jsfelipearaujo

Reputation: 25

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.

Any idea how I can do this?

Upvotes: 0

Views: 1753

Answers (1)

DenStudent
DenStudent

Reputation: 928

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:

Upvotes: 1

Related Questions