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

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -