Database Reader #4998
Unanswered
PrabhakaranTankaey
asked this question in
Q&A
Database Reader
#4998
Replies: 1 comment 1 reply
-
You have to write code that decides if you read the data already. One way is to update a column in the row itself. Another is to have a separate table where you write a row that records the fact you processed a record. With either method your database poller SQL can return the unprocessed records. I assume based on your question that you cannot empty the table as you process it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I need to read data using database reader with 1 hour interval.i want read only new data,how to skip the already readed data.
And what is the maximum limit of reading data using aggregate results.
Thanks in advance .
Beta Was this translation helpful? Give feedback.
All reactions