Subject | scrollable cursors with JDVC driver |
---|---|
Author | Chris Meelhuysen |
Post date | 2004-08-26T20:57:58Z |
If scrollable cursors are not suppported
# Scrollable cursors.
* java.sql.ResultSet
o beforeFirst()
o afterLast()
o first()
o last()
o absolute(int row)
o relative(int rows)
o previous()
how do most people do things where they may need to move back and forth
in a dataset?
--
Thanks,
Chris Meelhuysen
VP Information Technology
Event Software
480-517-9990
chris@...
# Scrollable cursors.
* java.sql.ResultSet
o beforeFirst()
o afterLast()
o first()
o last()
o absolute(int row)
o relative(int rows)
o previous()
how do most people do things where they may need to move back and forth
in a dataset?
--
Thanks,
Chris Meelhuysen
VP Information Technology
Event Software
480-517-9990
chris@...