Choose your SQL server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
Oracle
SQL Anywhere
DB2
SQLite
Firebird
MaxDB

Subscribe to our newsletter

MaxDB Maestro online Help

Prev  Return to chapter overview Next 

Query Parameters

Both SQL Editor and Visual Query Builder admit to using parameters inside the query text. A parameter is a kind of variable. Its value can be specified just before the query execution. In the query text the parameter should appear as an identifier with a colon (':') at its beginning, e.g. :param1.

 

Note: The Allow using of parameters in query text option should be checked on the Tools page of the Application options for this feature to be enabled.



Prev  Return to chapter overview Next