Hello Ted,

 Thank you for your answer, Ted. So, I need to implement my version of
 CachedRowSet... 8)

Tuesday, June 26, 2001, 11:59:34 PM, you wrote:

TH> The CachedRowSet lacks a count method, but there are first, last,
TH> beforeFirst, and afterLast methods that move the cursor, and next (or
TH> prev) to step through. To simulate count, I move to last and then getRow
TH> to see how many there are. 

TH> To create a blank CachedRowSet, I discovered you can select for a record
TH> that you know isn't there to create an empty (but perfectly valid) set.
TH> Though, the docs imply you could also do this programtically, perhaps
TH> with the RowSetReader. 

TH> I don't know where the source code is either, or if it's available.

TH> Perhaps we need to write our own implementation ;-)


-- 
Best regards,
 Oleg                            mailto:[EMAIL PROTECTED]


Reply via email to