Poor Man's Flight - Help

A short description of PMF's functions:

Menu


Table

Administration

Settings
Bookmarks
You can open/view as many tables as you like (in the same database). Use Menu->New Tab and Menu->Close Tab or STRG+T and STRG+W to open and close tabs.

Tables and navigation

Dataviewer

Right-clicking on a cell will open the Filter. This is one of these things which are hard to explain but easy to use. Try it, it's easy to learn and very useful (at least for me).
The first filter will select all rows where the selected column has the selected cell's data.
The second filter will add the cell's data to an existing WHERE clause (in the field 'SQL Cmd' below).
The third filter will generate a SELECT statement which will select only this row.

Buttons

SQL
Enter an SQL statement here (SELECT, INSERT, UPDATE, DELETE but also commands that are not necessarily table-related: CREATE VIEW, DROP, ....) and click 'Run Cmd' or hit F5 to execute.
These commands will be persistently stored in the ComboBox 'Stored Cmds'.

Filter
Use these ComboBoxes to create SQL statements.

Stored Cmds
Previously executed statements are stored here.

Info
Information about pending Inserts and Updates, number of displayed rows and timereons. Timerons is an internal value, mainly used to measure the performance of SELECTs. SELECTs using a high-cardinality index can yield Timerons of 50 or lower.