cancel
Showing results for 
Search instead for 
Did you mean: 

hi

Former Member
0 Kudos

Can we use synchronous communicatio in jdbc if no why? If tes how can we use it?

Accepted Solutions (0)

Answers (2)

Answers (2)

nisarkhan_n
Active Contributor
0 Kudos

you can use the SYNC for JDBC, kindly check any blog regarding that....

Former Member
0 Kudos

Hi kareem,

<b>Can we use synchronous communicatio in jdbc if no why?</b>

Yes we can use synchronous scenario.

suppose u r having a scenario where u have to pick up some records from DB1 and sends to DB2 and gets a response from DB2 and send the response to DB3.

JDBC sender

In that case u have to use synchronous JDBC scenario.

check Bhavesh's blog!!u u can get wat u want!!

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

Also check this thread for better referrence.

regrads

BILL

<b>***reward with points if it helps u</b>