Thank you for your quick reply! I believe that it is the initial rs.getRow()
call which is throwing the exception. I have put together a new development
environment and unfortunately I have not gotten the debugger working! So I
can't step this one yet! But I am willing to try changing code and recompiling
a jar...
private void checkResultSetEnd() throws SQLException {
if ((rs.getRow() != 0)) {
// test if next record is avaiable...
// rs.isLast is not allowed in all circumstances!
if (rs.next()) {
addRow();
}
}
-----Message d'origine-----
De : Henner Kollmann [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 22 septembre 2005 15:53
À : Grunikiewicz, Philip
Cc : [email protected]
Objet : RE: [dbforms] DbForms and Apache Derby
Could you try:
if (rs.next()) {
addRow();
} else {
closeConnection();
}
Thanks
Henner
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
DbForms Mailing List
http://www.wap-force.net/dbforms