Use the DB browser view in MyEclipse to browse tables and use table data. In this tutorial, you will learn to:
- Browse the Connection database
- Edit Table Data
Duration: 5 minutes
No myeclipse? Download Now
1. Browsing table Data
Establish a database connection before working with table data.
(1) In the database browser, expand the connection node.
Browse the database structure
(2) Expand the data structure to display the table's metadata, such as tables, views, and sequences.
Browse table Information2. Edit Table Data
The Database Explorer tool provides an edit table view to help you edit records that already exist in the database.
(1) In the database browser, right-click a table and select Edit Data.
Start the Table Data Editor
(2) If necessary, enter a line for the filter in your Where Condition field. The following example uses DEPTNO = 20, and then clicks Apply.
(3) Select the cell you want to edit and enter a new value.
To add a new row, click Add Key, enter the data in the table, click the Save key, delete a row, select it, and then click Delete Key.
The following example shows that the value of the SAL column is edited in line 1th.
Edit Table Data
(4) Press the ENTER key to save the changes to the database, or press ESC to cancel the edit operation.
MyEclipse official Chinese online line, welcome to download Communication!
MyEclipse Database Tutorial: Viewing and editing data tables