Example

This example Application demonstrates how to read Australian sensor values via a query statement against an Azure SQL Database using the Azure SQL Connector.

You can download the files here to try it out for yourself - adjusting the steps to use your own Azure SQL credentials.

Refer to configuration to understand all configuration options of this Connector.

Step 1: Add the Connection

From the Properties blade of the widget to which the Azure SQL Connector will be linked, a data grid in our example, select the Data Source tab.

Click the plus icon next to Data Source and then the plus icon next to Connection.

Step 1a: Add the Connection

Select the Azure SQL Connector and enter a name for the connection. In this case, set the name to "Master Data".

Step 1b: Select Connector and Name the Connection

Step 2: Configure Server

Enter the authentication details: the Server Instance, User Name, and Password. In this case, tick to use variables and use SQL server authentication as a password is needed.

Step 2: Configure Server

Step 3: Configure Database

Select the database, tick to specify a query, paste a query, and select the primary key.

In this case, select XCS Master, paste the query below, and select Id as the primary key.

select * from sensor_value where Region = 'Australia'

Click Save.

Step 3: Configure Database

Step 4: Use the Connection

Use the Connection that was just created, select the entity to read, and enter the Data Source name.

In this case, set the name to Master Data, set the Connection to Master Data, and the entity to SQL Query.

Save the Data Source.

Note: the primary key is auto-populated once the entity is selected.

Step 4: Use the Connection

Step 5: Use the Data Source

Select the Data Source we just added.

Save the Application, and click the launch button to view the data grid.

Step 5: Use the Data Source

Step 6: Results

Observe that Australian sensor values are returned using a query statement against an entity in an Azure SQL database.

Step 6: Results

Files

File
Link
Security Key

Application

C0mp|ex123

See the Import, Export, and Clone - XMPro article for steps to import an Application.

Last updated