cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Adapter polling

Former Member
0 Kudos

Hi,

i've got a question regarding the JDBC adapter working as sender. Suppose I had a database table with 10 rows. Would the adpater pick up these rows and send them in a message once or would it send them repeatedly after a certain time interval?

Kind regards,

Heiko

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

yes

if works on the select statement

but you can also update your records after the select statement - so for example

after you select the records and send them to XI

you can set one column value from "new" to "old"

and in the select statement always use the

SELECT ... where column = new

or where column <> old

Regards,

michal