Section 12.6: configurator Up Chapter 12: A4GL Utilities Section 12.8: default_frm  

12.7 convertsql

convertsql is a program which uses the SQL conversion rules used internally by the Aubit4GL compiler to convert the SQL of one RDBMS dialect to another. This is useful for converting existing SQL scripts to run on a different server, for example, those generated by the adbschema program. The program always reads from the standard input, and writes to the standard output.
Usage:
convertsql source-sql-dialect target-sql-dialect 
Note : Currently only ’Informix’ is supported as a source dialect.
 Section 12.6: configurator Up Chapter 12: A4GL Utilities Section 12.8: default_frm