100 pts.
 Reading multiple records from dataQ
Can we read multiple records from dataQ.How the processing is done.Please assist.

Software/Hardware used:
ASKED: February 7, 2012  11:39 AM
UPDATED: March 17, 2012  1:53 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   14,000 pts. , Michael Tidmarsh   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

 

Can we read multiple records from dataQ.How the processing is done.

You call the Receive Data Queue (QRCVDTAQ) API to receive a message from a data queue.

Each time you call the API, you will receive one more message from the queue.

So, if you want to receive multiple messages, you will call the API multiple times.

Tom

 110,115 pts.

 

Thanks Tom

 100 pts.