I'm using JDeveloper 11g and I've created an ADF ApplicationModule that connects to SQL Server. When I want to run the application module browser, it shows an error that it can not find the appropriate driver. What should I do?
I have found the solution.
In ApplicationModule configuration, in local section, com.microsoft.sqlserver.jdbc.SQLServerDriver
value should be added to jbo.sql92.jdbcDriverClass
property.
Also sqljdbc4.jar
library should be add to project libraries.