RDOHELP72.HLB  —  IMPORT  Format  invoke-options
  (B)0invoke-options =

  qqwqqqqqqqqqqqqqqqqqqqqqqqqqqq>qqqqqqqqqqqqqqqqqqwqqqqqqqqqqqqqqqqq>
    tqqqqq> DB_HANDLE IS qqqqqqq> db-handle qqqqqqqu
    mqqqqq> DBKEY SCOPE IS qqwqq> COMMIT qqqwqqqqqqj
                             mqq> FINISH qqqj

1  –  db-handle

    A host language variable or name that you associate with the
    database. Use a database handle when you are accessing more than
    one database at a time.

2  –  COMMIT

    During the session of the user who entered IMPORT, specifies that
    the database key of each record used is guaranteed not to change
    during each transaction this user may execute.

3  –  FINISH

    During the session of this user who entered IMPORT, specifies
    that the database key of each record used is guaranteed not to
    change until this user ends the RDO session or executes a FINISH
    statement.
Close Help