Re: ResultSet.absolute with MySQL
"Frank Schoenheit, Sun Microsystems Germany" <[email protected]>
| Newsgroups | gmane.comp.openoffice.dba.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Sergio, > I pass the same variable, taken with ResultSet.getRow() to MySQL and > Hsqldb, but with MySQL this don't work, giving False, while with HsqlDB > it works. > Why? Since you meanwhile asked this question in dev@api, with more details, I answered it over there. Bottom line: chances are the driver supports FORWARD_ONLY cursors only, while your code requires a freely scrollable cursor. For details, see my other mail, please. Ciao Frank -- - Frank Schönheit, Software Engineer [email protected] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -