SQL Data Source

Top Previous Topic Next Topic  Print this topic

SQL data sources describe the structure of a SQL query result.

 

The following sample illustrates a SQL query that selects records from the table emp with the specified employee id:

 

queryds1

 

The query is defined as it follows:

 

queryds2

 

Notice the @ character which declares theID as a query parameter.