This is an workalike for Informix’s dbaccess program. Several versions are required depending on the target database :
-
asql_g.4ae - Generic interface (For ODBC usage)
-
asql_i.4ae - Compiled using native Informix ESQL/C
-
asql_p.4ae - Compiled using native Postgres ecpg
When the program starts - you’ll be presented with a menu :
The only major difference should be the Utilities menu - this provides access to some features which are present in the Informix isql tool which are not available in the dbaccess tool.
This is a simple replacement for the sperform Informix utility which allows you to add, update and remove data from a table (or tables) via a simple form interface. runforms is used as the ’Run Form’ option in the asql application.