Application Development 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: 

Connecting to a different database

Former Member
0 Kudos

Hi,

I need to retrieve the data from non-sap databse.Its an another ORACLE System.

In our SAP also the back end is Oracle only.

Now i need to retrieve all the data from a table which was in another DB.How to connect that.

Can anyone help me in this regards.

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos

You should check the ADBC classes available. (CL_SQL* classes)

The program ADBC_DEMO should be of some help.

BR,

Suhas

1 REPLY 1

SuhaSaha
Advisor
Advisor
0 Kudos

You should check the ADBC classes available. (CL_SQL* classes)

The program ADBC_DEMO should be of some help.

BR,

Suhas