Variable: sql-informix-program
sql-informix-program is a customizable variable defined in sql.el.gz.
Value
"dbaccess"
Documentation
Command to start dbaccess by Informix.
Starts sql-interactive-mode after doing some setup.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
;; Customization for Informix
(defcustom sql-informix-program "dbaccess"
"Command to start dbaccess by Informix.
Starts `sql-interactive-mode' after doing some setup."
:type 'file)