0

I am trying to create an app in play framework using ms sql server and java and i am getting [ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver] exception anyone please send me the link if u see a similar application .Just need to connect to database and fetch data

1

2 Answers 2

0

In build.sbt paste the following code:

val appDependencies = Seq(
    "sqljdbc4" % "com.microsoft.sqlserver.jdbc.SQLServerDriver" 
)
Sign up to request clarification or add additional context in comments.

Comments

0

val appDependencies = Seq( "sqljdbc4" % "com.microsoft.sqlserver.jdbc.SQLServerDriver" )

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.