Status Bar

The status bar is a very handy panel available at the bottom of the application which displays valuable information about the actions performed by the user. The status bar is updated when the user performs any of the following actions :

a) Connects to a database

In this case the status bar is updated to mention the name of the connected database. The status bar could look something like as shown below :

Connected


b) Executes a query/update

The status bar is updated to display how many rows were fetched from the query (or how many rows were affected by the update) and displays the time taken to complete the call. It could look as follows :

Time taken


c) Deleting a table by right-clicking on it from the Item List Panel.

If the table was deleted successfully, the status bar is updated mentioning that the table was deleted.