Subject RowSet Scrolling problem fixed
Author rfincher2000
Hi Roman,

The latest code in HEAD fixes the RowSet scrolling problem for some
reason. I don't have a clue why. Maybe it had something to do with
updatable ResultSets?

It no longer blows up if you try to scroll past the end of a RowSet or
before the first item in an updatable JSF DataTable in Creator.

Doing an update of a RowSet is getting much further now, but Creator
seems to be passing a bad parameter to FBPreparedStatement. I'm
getting an "Unknown Data Type" SQL error when it tries to update the
database.

When I track that down further I'll post more details.

Rick