When moveToCurrentRow is called and the current row is off the

Kris Jurka <books@ejurka.com>

Commit: f5517ddbdafbb34e7aabd9fe041f1cbb24aad1f5
Author: Kris Jurka <books@ejurka.com>
Date: 2005-04-22T14:36:48Z
Releases: 7.4.8
When moveToCurrentRow is called and the current row is off the
end of the ResultSet we can't try to load that row because it
doesn't exist and will throw an Exception.

Reported by Prasanth.

Files