How to manipulate a CachedRowSet?
Hello to all:
I've encountered a tough problem with CachedRowSet. I need to construct a dynamic CacheRowSet reusable later without updating his data Source:
I've tried moveToInsertRow(); and insertRow to add a new line but it seems to me that my new rowset can not be read when I do "rs.next()" who threw an exception like: Invalid cursor position.
Anyone has a successful experience? Thanks!!!!
Waiting online!!!!

