Progress
SQL-92
Guide and Reference


SQLCursor.open

Opens the result set specified by the SELECT or CALL statement.

Format

public void open()

Returns

None

Parameters

None

Throws

DhSQLException

EXAMPLE

This code fragment illustrates the open method:

SQLCursor empcursor = new SQLCursor ( "SELECT name, sal FROM emp " ) ;
empcursor.Open () ; 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095