sqljdbc - Adding .jar to Grails Dependencies of a Project -


I have this project MSSQL 2008 R2 whose database server is IRAport and the services of the database view The relationship between the relationship is being established and running. The problem here is that the database can not be connected to the database when running the project.

There is an error shown on the grails console before this launch is complete:

ERROR Hbm2ddl.SchemaUpdate - could not complete the schema update

I have seen the same case but the driver sqljdbc4.jar code> [name of the project] \ classpath \ Grails dependency (Project Explorer Succession) where the driver < Code> [Project Name] is located in \ lib . But how is it missing?

I have tried to install the dependency manually after the command, but the driver is not found when the car is returned.

grials & gt; Install-dependency sqljdbc4

The question is how can I include a driver in Grails Dependencies?

Assume that you're running Grails 2+, you should help I had to restart eclipses before I appeared properly

Comments