Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ODBC to Interbase

Former Member
0 Likes
726

Hi

We want to transfer data from SAP to Interbase Database using ODBC.

I checked in DBCO transaction, we do not have option to use Interbase Database.

Could you please share some thoughts on the same

Regards

Madhan D

1 ACCEPTED SOLUTION
Read only

former_member182371
Active Contributor
0 Likes
671

Hi,

have a look at this OSS Note:

1208199 - Interbase: Multiple Datasources

Best regards.

3 REPLIES 3
Read only

former_member182371
Active Contributor
0 Likes
672

Hi,

have a look at this OSS Note:

1208199 - Interbase: Multiple Datasources

Best regards.

Read only

0 Likes
671

Hi

Thanks for the response.

Actually i forgot to mention in the question.

We wanted to transfer from ABAP report to Interbase

Regards

Madhan D

Read only

0 Likes
671

Hi.

As far as I understand your question you are thinking of writing an ABAP report that is able to talk to an Interbase system using native SQL (EXEC SQL or ADBC). As far as I know this will not be possible. Native SQL connections require an entry in table DBCON (via TAs DBCO or DBACOCKPIT) and the communication to the database is routed through the DBSL. As there is no DBSL available for Interbase I don't see any chances to follow this approach.

Sorry for that,

Jan