bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24483: 25.1; sql-mode error due to nil prompt-cont-regexp


From: Nikolay Kudryavtsev
Subject: bug#24483: 25.1; sql-mode error due to nil prompt-cont-regexp
Date: Tue, 30 May 2017 00:50:22 +0300
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

Oh, sorry for the cp866 suggestion, my bad, cp850 is probably right for you.

If you're using osql, can you try switching to sqlcmd? Osql had been considered deprected by Microsoft for many years. Sqlcmd is freely downloadable and should be usable with any more or less modern version of SQL Server. The configuration for it that I use looks like this:

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

--
Best Regards,
Nikolay Kudryavtsev






reply via email to

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