|
Hello, In the new version of the
JDBC driver the function getRow() returns 0 after fetching the last row instead like an older version a number
which is rowcount + 1. Assuming in the result are 3
datasets and I make an while(cursor.netxt){…}
after this the method getRow() returned in the older
version 4 and now 0 what is correct? Regards Benjamin |
