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

PostgreSQL

tanju_lise3
Participant
0 Likes
913

Hello,

I want to connection PostgreSQL via ABAP Code ...

I need any example .. If you have please tell me or any website ?

Thanks

Tanju

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
675

Please search "secondary database connection" (dbcon, ADBC, and so on).

Read only

amol_samte
Contributor
0 Likes
675

Hello,

Please go through below ABAP documentation.

http://help.sap.com/abapdocu_702/en/abenadbc.htm.

For connecting DB we can use to create secondary DB connection. Based on connection we can fetch data from secondary DB to primary DB using ABAP.

-Amol S