CDO$HELP.HLB  —  CDO Commands, ROLLBACK  Examples
  CDO>  START_TRANSACTION
  CDO> DEFINE RECORD REC2.
  cont> FLD1. END RECORD.
     .
     .
     .
  CDO> SHOW RECORD REC2
  Definition of record REC2 |   Contains field           FLD1
  CDO> ROLLBACK
  CDO> SHOW RECORD REC2
  %CDO-E-ERRSHOW, error displaying an object
  -CDO-E-NOTFOUND, entity REC2 not found in dictionary

      In this example, a record is defined within a transaction,
      but because the transaction is terminated using the ROLLBACK
      command, the record is not defined.
Close Help