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: 

Connection to Ingres External DB

0 Kudos

Hello experts ,

In a scenario where SAP PI is not available and we must get data from an Ingres database , can we connect (with DBCON for example) and fetch the data from ABAP side directly ? Is there a way to install the JDBC connector to the ABAP stack ?

Thanks in advance !

6 REPLIES 6

matt
Active Contributor
0 Kudos

"can we connect (with DBCON for example) and fetch the data from ABAP side directly?"

yes

0 Kudos

For Ingres DB specifically ??

matt
Active Contributor
0 Kudos

Yes. Why not?

0 Kudos

No reason . I have no idea so I just wonder 🙂 Thanks !! Gonna try the DBCON method !

Sandra_Rossi
Active Contributor
0 Kudos

What means "install JDBC to the ABAP stack"? You install JDBC on systems supporting it (cf JDBC doc). How is it related to ABAP?

0 Kudos

Just asking if the method to interact with Ingres via SAP PI ( JDBC Adapter ) is achievable in ABAP Stack . Obviously it is not supported in ABAP stack , just asking for alternatives 🙂 Is DBCON possible though as it is suggested ?