Try OpenEdge Now
SQL Reference
JDBC Reference
:
Java Class Reference
:
SQLCursor
:
SQLCursor.open
:
Throws
Throws
DhSQLException
Example
This code fragment illustrates the
open
method:
SQLCursor empcursor = new SQLCursor ( "SELECT name, sal FROM emp " ) ;
empcursor.Open () ;