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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -