Variable: sql-ms-program

sql-ms-program is a customizable variable defined in sql.el.gz.

Value

"osql"

Documentation

Command to start osql by Microsoft.

Starts sql-interactive-mode after doing some setup.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
;; Customization for Microsoft

;; Microsoft documentation seems to indicate that ISQL and OSQL are
;; going away and being replaced by SQLCMD.  If anyone has experience
;; using SQLCMD, modified product configuration and feedback on its
;; use would be greatly appreciated.

(defcustom sql-ms-program "osql"
  "Command to start osql by Microsoft.

Starts `sql-interactive-mode' after doing some setup."
  :type 'file)