Actuate Question:
Download Questions PDF

How many times executite the fetch method at run time?

Answers:

Answer #1
Number of rows which are retrieved from database query,that
many times Fetch method get executed at run time.

Answer #2
Total Number of rows + 1. The last time the fetch will find it as end of result set and it exits.

Download Actuate Interview Questions And Answers PDF

Previous QuestionNext Question
Connecting to iServer Volume using IDAPI
Classes(Java Classes) and after connecting to iServer i want to execute the ROX on iServer and also want know the status whether that job
is succesfully run or not?
What is data stream and data adaopter is it same are different? explain?