Description

tablename
The name of a table in the database.
MODE
The type of table editor session to run.
CHANGE
Operate the table editor in a mode permitting rows in the table to be changed. Change mode includes the ability to:
  • Search for rows
  • View data in a row
  • Update columns in a row
  • Delete a row
  • Advance through a set of rows
ADD
Operate the table editor in a mode permitting new records to be added to the table.
SAVE
Specifies when to commit changes and deletions made during edit session. This option is ignored for Add mode operation.
IMMEDIATE
Changes made during the edit session are processed individually for each row. This choice increases the availability of the table to other users while your edit session is active.
END
All changes made during the edit session are held until the session in ended. You have an opportunity to cancel all changes at any time. This choice decreases the availability of the table to other users as your edit session progresses.
CONFIRM
Indicates whether confirmation panels are displayed during the Table Editor session.

There are confirmation panels for these session events:

[ Previous Page | Next Page | Contents | Index ]