> Hi!
>
[quoted text clipped - 3 lines]
> Thanks
> Zvonko
Hi. I don't believe you have to actually visually scroll through 20,000
records. That's like saying you have to read the dictionary. What are
you looking for, and use SQL in the DBMS to find it before sending it
out to any client. If you must scroll through all that data, store it
in
a flat file or other light-weight object for scrolling, and just use
JDBC
to periodically update the stored file and verify any relevant records
are
still the same before doing updates.
Joe Weinstein at BEA Systems