ResultSet ro?
Wolfgang Schaible <[email protected]>
| Newsgroups | gmane.comp.openoffice.dba.user |
|---|---|
| Organization | atHome |
| Message-ID | <[email protected]> |
hi,
The object : com.sun.star.sdb.OResultSet
has the properties
ResultSetType long 1003 read-only
ResultSetConcurrency long 1007 read-only
Without a change of 'ResultSetType' to SCROLL_INSENSITIVE = 1004
there is no chance to scroll in the HSQLDB ...
and methods like 'previous' are without sense.
oResSet.ResultSetType=1004 -->read error. this Prop is ro
or
oResSet.setPropertyValue("SCROLL_INSENSITIVE", 1004) -->unknown Prop
exeption
but
in a form, created with the wizard, it is possible to move back and
forth..
How can I navigate?
Wolfgang