Connect DBxtra to Salesforce

Last modified: July 25, 2025

DBxtra is a versatile business intelligence tool designed for creating and sharing interactive reports and dashboards. It empowers users to design, deploy, and manage reports without needing complex SQL, programming, or web technologies. You can use an ODBC driver to connect to Salesforce and load its data into DBxtra.

Connect to Salesforce

Note

You need to have a configured Data Source Name (DSN). For instructions, see Configure a Windows DSN for Salesforce.

1. In DBxtra, select an existing project or create a new project.

2. On the Home tab, select Data Connection > ODBC Connection.

DBxtra Designer with the expanded Data Connection submenu

The Connect through ODBC dialog opens.

3. In the Connection name field, enter a name for the connection.

4. Click the Ellipsis (...) ellipsis button.

The Connect through ODBC dialog with filled out Connection name

The Data Link Properties dialog opens.

5. On the Provider tab, select Microsoft OLE DB Provider for ODBC Drivers, then click Next.

The Data Link Properties dialog with the opened Provider tab

6. Under Use data source name, select your DSN.

7. Optional: Under Enter initial catalog to use, select the catalog that you want to use.

8. Optional: Click Test Connection to verify the connection settings.

9. Click OK to save the data source settings.

The Data Link Properties dialog with the opened Connection tab

10. In the Connect through ODBC dialog, under SQL dialect, select ANSI SQL/2003.

11. Under Select User Groups who can view this Connection, select the needed options.

12. Then click Ok to save the connection.

The Connect through ODBC dialog with filled out fields

The connection appears in Project Explorer under Data Connections.

Project Explorer with the expanded Data Connections subfolder containing a new connection

Load Salesforce data

1. On the Home tab, click Report Object.

2. Click Click here to define a new Query.

The New Report Object tab in DBxtra Designer

3. Select the data connection, then click Select.

The Select Data Connection dialog

The report object opens.

4. On the Query tab, select the tables and columns to retrieve, and define relationships if needed.

The generated SQL query is displayed in the SQL pane.

The Query tab of the New Report Object with selected tables and fields

5. Select the Data Grid tab.

The data is displayed in a table.

The Data Grid tab of the New Report Object