Overview
Version
FineBI Version | Functional Change |
---|---|
6.0 | / |
Application Scenario
This document introduces how to connect to the GaussDB 200 database.
Preparation
Version/Driver
Version | Driver Package |
---|---|
GaussDB 200 |
Connection Information Collection
Before connecting the database, you need to collect the following information:
IP address and port number of the server where the database is located
Database name
Username and password of the database
Schema of the database to be connected
Connection Procedure
1. Log in to FineBI as the admin, choose System Management > Data Connection > Data Connection Management, and click New Data Connection, as shown in the following figure.

If you are not the admin, you can configure data connections only after the admin assigns you the permission on Data Connection Management. For details, see Data Connection Permissions Overview.
2. Find the GaussDB 200 icon, as shown in the following figure.
3. Select Customfrom the Driver drop-down list, select the driver uploaded in section "Version/Driver", and enter the connection information collected in section "Connection Information Collection", as shown in the following figure.

4. Click Click to Connect Database, and select the database mode as needed after successful connection. Finally, click Save, as shown in the following figure.
Adding Database Tables to FineBI
Two methods are available to add database tables to FineBI.
Notes
To add a SQL dataset to FineBI, avoid single quotes in the field name in the SQL statement. Otherwise, FineBI will incorrectly adjust the field name to ?column?.
To add a SQL dataset, if the SQL statement contains the order by statement, you must select the extracted data as the calculation mode of the SQL dataset for data saving.