JIT pipeline changes from v5 to v6
I experience that in version 6.01, RB sometimes calls DoGetBookMark on the
JIT pipeline, even if it's empty ?
It does'nt happen in version 5.0 which is the release I used until now.
The temporary solution I came up with was not to implement DoGetBookmark,
DoGotoBookmark and DoFreeBookmark on the JIT. I Guess performance is better
when they are implemented though.
A bug ?
thanks in advance...
Henrik P. Hansen
Business Travel Consult
hh@btc.dk
JIT pipeline, even if it's empty ?
It does'nt happen in version 5.0 which is the release I used until now.
The temporary solution I came up with was not to implement DoGetBookmark,
DoGotoBookmark and DoFreeBookmark on the JIT. I Guess performance is better
when they are implemented though.
A bug ?
thanks in advance...
Henrik P. Hansen
Business Travel Consult
hh@btc.dk
This discussion has been closed.
Comments
The older version of RB's JIT pipeline forced you to code 14 event handlers
to use the JIT pipeline. Now, you can set the RecordCount property and the
JIT will traverse the records for you without having to code all of these
event handlers.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
consuming to determine. So we have implemented DoGetEOF and all the other
events.
Is that road not supported anymore ?
thanks for your time
Henrik
as KeepTogether, and the events are getting triggered more often in the
newer implementation. You can certainly skip the code that you have in these
event handlers when you have no records to traverse.
The old way of implementing the JITpipeline is still supported, we have made
it easier to use the JITpipeline because you don't have to code all those
event handlers.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Checking for EOF in the bookmark events should solve the problem.
Cheers
Henrik