DhSQLException

Example

This code fragment illustrates the open method:

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