2011 Mar 22 8:54 AM
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
2011 Mar 22 10:24 AM
Hi,
have a look at this OSS Note:
1208199 - Interbase: Multiple Datasources
Best regards.
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
2011 Mar 22 10:24 AM
Hi,
have a look at this OSS Note:
1208199 - Interbase: Multiple Datasources
Best regards.
2011 Mar 22 10:32 AM
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
2011 Mar 22 1:14 PM
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