9.1 Source SQL dialect
By default, the compiler assumes SQL is written using standard Informix syntax.
This can be changed by setting the environment variable A4GL_SQLDIALECT, or by setting the value of SQLDIALECT in the /etc/opt/aubit4gl/aubitrc file.
You can also change it at run-time using the SET SQL DIALECT command eg.
SET SQL DIALECT TO ORACLE
This will cause all subsequent statements to be treated as if they were written using Oracle syntax.
Note - the 4GL compiler is not guaranteed to handle commands using non-Informix syntax. If the compiler cannot understand a particular command, simply place it in a char variable (string), PREPARE it, and EXECUTE it.