Choose your SQL server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
Oracle
SQL Anywhere
DB2
SQLite
Firebird
MaxDB

Subscribe to our newsletter

PostgreSQL Code Factory online Help

Prev  Return to chapter overview Next 

Data Grid

Below you will find a detailed decryption of the following data grid options.

 

 

Grid mode

Since latest PostgreSQL Code Factory versions two grid modes are available. Fool grid mode allows you to group, filter and sort data in a usual way. Simple mode is provided for working with large records number. For data fetching speed-up, filtering, sorting, and grouping features are not enabled in this mode. You can use notification message to indicate simple mode.

 

Set the number of records to switch to simple mode automatically or select Always use full mode.

 

Limit options

Allows you either to select all records from table after opening the Data tab, or select only specified number of rows on one page with an ability to rotate pages and view all data.

 

  Do not open separated connection for fetching data

With this option enabled a new connections for fetching data is not opened. This gives you an ability to work with data a little bit faster, because time for opening a new connections is not demanded.



Prev  Return to chapter overview Next