Download the solution QueryWithClientTags.dbsln.

Built with v10, Update 1d.

This example demonstrates how to use queries with Client Tags


Summary

This example demonstrates how to use queries with Client Tags


Technical Information

When starting queries from Client Displays, or client-side scripts, the action to prepare the SQL Statement, replacing the tags by its values, happens on the client-side. 

It means the Query SQL Statement can be customized to use client-side tags.

After the SQL statement is created, applying the tag values to parameters, the execution is on the Server computer, and the result is send back to the client.


Reference Information

→ See  Datasets Module Execution for more information.


In this section:

Loading...

  • No labels