cancel
Showing results for 
Search instead for 
Did you mean: 

jdbc adapter

Former Member
0 Kudos

hi

is jdbc adapter synchronous?if yes how we will configure

regards

raghu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Sender JDBC Adapter is Asychronous where in Receiver JDB Adapter is Synchronous implicitly. There is nothing yo need to configure specifically to have synchronous communication but you need to use standard structure.

Thanks,

Vijay Kumar T.

Answers (3)

Answers (3)

GabrielSagaya
Active Contributor
0 Kudos

Yes

Both Sender JDBC & Receiver JDBC Adapter is synchronous

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

/people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter

prateek
Active Contributor
0 Kudos

JDBC adapter supports sync behaviour. U just have to configure the channel. The sync behaviour ll be handled by the type of interface used.

Regards,

Prateek

Former Member
0 Kudos

what is your scenario?

if you want to send some querry to DB and want some result the yes JDBC support it. but for that you have to use standard Message structure.

see this link for more details : http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

thanks

farooq