The current schema is presented as the first item of the Database Objects tree followed by the remaining names in alphabetical order.
When the data is display, a button bar appears at the bottom of the pane when you can edit the data. This button bar offers functions to view, edit, insert, and delete data.
To navigate through the data
Use the scroll bar.
or
Use the navigator buttons. Depending on the amount of data, scrolling to the bottom of the page or executing the Last Record function may take sometime as all records needs to be retrieved from the database.
To edit a record
Place the cursor on the record you want to edit.
Click . You will be able to change the data for that record in the data grid.
Press the tab key or use the mouse to move to the next column. For LONG, CLOB, and BLOB data types, double-click the column to bring up the column edit window.
Once you have completed the modifications, click Commit or Rollback .
To insert a new record
Place the cursor on the record on which you want to insert the new record before it .
Click .
Enter data for each column, press the tab key or use the mouse to move to the next column. For LONG, CLOB, and BLOB data types, double-click the column to bring up the column edit window.
Once you have completed entering the data, click Commit or Rollback .
To delete a record
Place the cursor on the record you want to delete.
Click .
When you click OK on the confirmation dialog the deletion will be automatically committed to your database.
To refresh the data
Click .
If an INSERT or UPDATE was not committed, you will be prompted to commit before the data is refreshed.
Note: You cannot update some views. A general rule is that any UPDATE, DELETE, or INSERT statement on a join view can be modified if only one underlying base table exists.
To facilitate the construction of an SQL statement, copy the selected column names to the SQL Optimizer or SQL Formatter windows. A new line and a comma will separate each column name when it is copied to the editor pane of the other module.
To copy column names
Select the table or view name displayed on the tree diagram in the left pane of the Database Explorer window.
In the right pane, select the Column tab.
Do one of the following:
You can copy the data from a single cell, a row, or a column into the Windows clipboard from the Database Explorer and the Parameters windows.
To copy data
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center