Declaring a SQL Object

SQL objects are declared as type SQL. For example:

Local SQL &MYSQL;

Global SQL &MySql = CreateSQL(SQL.MySql);