emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updating sql.el sql-ms functions to operate with sqlcmd


From: Nikolay Kudryavtsev
Subject: Re: Updating sql.el sql-ms functions to operate with sqlcmd
Date: Tue, 22 Dec 2020 18:49:27 +0300
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1

Sqlcmd has a very similar command line interface to osql and sql.el works fine with it. I think there was some minor incompatibilty in one or two args, but unfortunately I forgot to write it down.

Just in case, here's my working setup for sqlcmd:

(setq sql-ms-options (quote ("-W" "-s" "|" "-I"))
           sql-ms-program "sqlcmd")

So I think the work is pretty trivial - just play around with args until you settle down on a proper set of defaults and patch them in.

--
Best Regards,
Nikolay Kudryavtsev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]