Re: ResultSet.absolute with MySQL
Sergio Corato <[email protected]>
| Newsgroups | gmane.comp.openoffice.dba.user |
|---|---|
| Message-ID | <[email protected]> |
Frank Schoenheit, Sun Microsystems Germany ha scritto: > 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 > > Thanks Ciao Sergio