What does "The 'isBeforeFirst' method is only allowed on scroll cursors." exactly mean?
A scrollable result set is one which you got by specifying TYPE_SCROLL_INSENSITIVE or TYPE_SCROLL_SENSITIVE when you created it.
Here's some docs: http://db.apache.org/derby/docs/10.5/devguide/cdevconcepts22641.html thanks, bryan