EVAL

Eval

Summary The EVAL command explicitly evaluates the value of a variable or an XSQL expression. Variables SET with ‘*=’ syntax are evaluated when set, not at run time with EVAL. […]

Create and Use Global Variables

Create and Use Global Variables Connect’s xSQL language allows you to create global variables. These variables persist across sessions and users, and can store: Literal values Expressions that resol...

Calculate Variable Values

Variables hold expressions, not values. SET assigns an expression to a named variable, but that expression is not resolved to an actual value until it is evaluated, each time it […]