Data/Grid Options

General

Show primary key warning
Checks this option if you require notification while opening the table with no primary key is set.

Show TEXT Blob fields in data grids
If this option is on, data which set as TEXT field type is visible in table grid. Otherwise, (WIDEMEMO) (MySQL, Oracle, PostgreSQL or SQLite) will be shown.

Limit Records
Checks this option if you want to limit the number of records showed on each page in table grid/foreign key data selection globally. Otherwise, all records will be displayed in one single page.

records per page
Sets the records per page value (e.g. 1000) in the edit field. The number representing the number of records showed per page in table grid.

Note: To adjust the settings for particular table, see Table Viewer (MySQL, Oracle, PostgreSQL or SQLite).

records per page in foreignkey editor
Sets the records per page in foreignkey editor value (e.g. 100) in the edit field. The number representing the number of records showed per page in foreign key data selection (MySQL, Oracle , PostgreSQL or SQLite).

Synchronize current record
When updating/inserting a row in table grid (if primary key exists), it will reload this record from server.

For example: a table with 3 columns - id, name and timestamp. If you update the name column, the timestamp will update immediately in the grid.

Row height
Defines the height of the row (e.g. 17) used in editor.

Note: To adjust the settings for particular table, see Formatting Table Grid (MySQL, Oracle, PostgreSQL or SQLite).

Column Width
Defines the width of the column (e.g. 150) used in editor.

Note: To adjust the settings for particular table, see Formatting Table Grid (MySQL, Oracle, PostgreSQL or SQLite).

Auto commit (Available only for Oracle and SQLite Servers)
Checks this option if you require auto commit of changing records in table grid. Otherwise, you allow choosing Commit or Rollback to commit or rollback the changes. See Table Viewer (Oracle or SQLite).