Skip to main content

DB Polling on Multiple Records at a time

Comments

1 comment

  • David Paras

    The SQL Query in the database polling activity should return only one record. If the query returns multiple records, then only the first record is accepted. If the query returns one record, then it will compare the value of the first field with the value specified in the Value field.

    So you cannot perform database polling on four records at a time using database polling. We would suggest you to try using stored procedure to achieve your scenario.

    0

Post is closed for comments.