DB Adapter Synchronous Polling
491390Apr 16 2007 — edited Apr 24 2007Hi All
I have seen many posts about DB Adapter Polling techniques, but all of them are related to a DBAdapter used to start a BPEL instance (a dbadapter connect to the first receive activity).
I need to perform a database polling in the middle of the process. So, the process must call a DBAdapter to perform a polling, wait for the result and then go on.
However, I have two issues:
1) Is a polling DBAdapter synchronous or asynchronous (when used in the process middle)?
2) It seems that is not possible to use parameters on polling WHERE clause... is it? There are some values I must pass to DBAdapter, to be used on where clause.
Thanks.