how to connect sql server using window auth using clojure? -
I know how to use sql auth but how to use windows ath?
(Use 'clojure.java.jdbc) (' [clojure.java.jdbc: as j]) is required (def db {: classname "com.microsoft .jdbc. Sqlserver.SQLServerDriver ": subprotocol" sqlserver ": nickname" // localhost; database = test; user = sa; password = sa "})
? reference: class = "text" itemprop = "text">
what amount : nickname "// localhost; database = test; integrated security = true;
Comments
Post a Comment