Connecting to SQL Databases

<< Click to Display Table of Contents >>

Navigation:  Dashboard Designer > Provide Data >

Connecting to SQL Databases

 

Connecting to SQL Databases

The Dashboard Designer provides the capability to connect to multiple types of SQL databases using the Data Source wizard. This tutorial describes how to establish a connection to any supported database and select the required data.

To connect to an SQL database in the Dashboard Designer, follow the steps below.

1.Click the New Data Source button in the Data Source ribbon tab.

CSQLDB1

2.On the first page of the invoked Data Source Wizard dialog, select Database and click Next.

CSQLDB2

3.On the next page, select the required data provider and specify the required connection parameters.

CSQLDB3

For instance, if you selected the Microsoft SQL Server data provider, the following options should be specified.

CSQLDB4 Server name

Specify the name of the MS SQL server to which the connection should be established.

CSQLDB5 Authentication type

Specify the authentication mode of the MS SQL Server. You can choose whether to use Windows authentication or Server authentication.

CSQLDB6 User name

Specify the user name used to authenticate to the MS SQL server.

CSQLDB7 Password

Specify the password used to authenticate to the MS SQL server.

CSQLDB8 Database

Select the database that contains required data.

4.After you have specified the required connection parameters, click Next and specify how to select data from the database.

 

CSQLDB9

 

allows you to choose the required tables/columns visually and passes the resulting SQL query to the SQL String editor. Click Finish to create the data source.

CSQLDB11 Select the Stored Procedure option to select one of the stored procedures from the database.

Click Next.

5.On the final page, you can optionally add query parameters and preview data.

CSQLDB12

Click Finish to create the data source.