Skip to Content

DB explorer

alt

The Database explorer tool is used for quickly studying and manipulating the structure and data of available databases.

To connect to a database, you need to click the Create connection context menu button and select the driver type.

alt

To open the connection string editor, click the “…” button.

alt

OLE DB Connection

For this type of connection, you need to install the driver for the corresponding DBMS on your local workstation. When creating a connection string, you can use the OLE DB Connection Wizard.

alt

PostgreSQL Connection

The OLE DB driver is not used when connecting to PostgreSQL.

alt

Viewing Database Entity Properties

To view information about an entity:

  1. Select the entity in the database structure tree.
  2. Right-click it.
  3. Choose Properties from the context menu.

Executing a Query to the Database

To execute a query to the database, you need to click the Create Query context menu item in the database structure tree.

In the resulting tab, you can enter the query text and execute it using the Run key. If the query implies receiving data, the data will be displayed in a table at the bottom of the tab.

To export the received data in CSV format, you need to click the Save Results button.

Last updated on