DhSQLException

Example

This code fragment illustrates the getValue and close methods:

{
     if (cust_cursor.Found ())
     {
          cust_cursor.getValue (1, cust_number);
          cust_cursor.getValue (2, cust_name) ;
     }
     else
          break;
}     cust_cursor.close () ;