RDOHELP72.HLB  —  PLACE  Example
    The PLACE statement returns the dbkey of the specified record in
    the following example:

    RDO>   PLACE E IN EMPLOYEES
    cont>     USING E.EMPLOYEE_ID = "94789"
    cont>     PRINT E.RDB$DB_KEY
    cont>  END_PLACE
Close Help