cancel
Showing results for 
Search instead for 
Did you mean: 

need an real time scenario on JDBC adapter

Former Member
0 Kudos

Can any one explain me where u usr the jdbc adapter?

Accepted Solutions (0)

Answers (2)

Answers (2)

prabhu_s2
Active Contributor
0 Kudos

u use a jdbc adatper when u want to do a select query into a table. one real time interface would be connecting some as400 apllication with proxy/file/or any target systems. here u would query into the as400 application DB and map the data to target strucutre.

Former Member
0 Kudos

Hi Venu,

If you want to SELECT something from your Database, then you will have to go for a JDBC sender adapter.

And if you want to insert/update your Database, then you can go in for a JDBC receiver adapter.

Multiple insertions are possible for a JDBC receiver, but multiple Selection queries (different select queries) are not possible for a single JDBC sender adapter.

Just go through my reply in the below thread from which you will get a better idea of the same....

Regards,

Abhy

Former Member
0 Kudos

iam bit confused......... sync rfc 2 jdbc ,this scenario is used to update the database .But we can update the database directly from SAP .......then y we were using XI here?

bhavesh_kantilal
Active Contributor
0 Kudos

Are you planning to update a Standalone Database from your SAP system using your RFC?

You might update the R3 tables from the RFC but it is not recommended that you directly update another Database table from your R3 system.

Maybe you can do this, but this would mean a point to point connection, but look at the bigger picture of XI replacing a point to point connectivity with a Hub and Spoke Model.

Regards

Bhavesh