cancel
Showing results for 
Search instead for 
Did you mean: 

Do we have any Acknowledgement concept At receiver side of JDBC Adapter

Former Member
0 Kudos

Helo,

Do we have any Acknowledgement concept At receiver side of JDBC Adapter?

Thanks,

Soorya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

there are technical acknowledgement possible for JDBC Adapter.

regards,

Hai

Former Member
0 Kudos

Hello,

What do you mean by Technical Acknowledgments?

Soorya

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi venkat,

For receiver JDBC adapter message can be sent synchronously and asynchronously.

In case of SELECT statement only synchronous makes sense..since the JDBC adapter will select some rows/columns and return it.

In case of other statements (UPDATE,INSERT,DELETE) if the message is sent synchornously.. u will get only the no of rows affected..so these can be treated as acknowledgement...

Regards

Biplab

**Reward points if it helps u**

Former Member
0 Kudos

Hello,

As you said,

In case of other statements (UPDATE,INSERT,DELETE) if the message is sent synchornously.. u will get only the no of rows affected..so these can be treated as acknowledgement..

This could be done only thru looking at the database only. Or else do we have any other option to get the response in case of sync call.

Soorya

Former Member
0 Kudos

Hi,

Please follow these links:

1.http://www.sappress.com/downloads/h982_sample_chapter.pdf

Rewards if hrlpful.

BR,

Alok Sharma