I'm using the following:
1- smart client version: v8.2p_2012-11-12/EVAL Development Only
2- Browser Google Chrome Version 23.0.1271.64 m
--------------------------
The problem is:
----------------
I opened the Admin Console in order to create a new data source on sql server 2008 R2 DB. I have an error indicating the JDBC driver not installed.
I already put the sqljdbc.jar and sqljdbc4.jar files in folder ...\smartclientSDK\WEB-INF\lib
the connection data I provided is as follows:
- Database Name: TEST
- Database Type: SQLSERVER
- Obtain connection using: DriverManager
-Driver Implementer: com.microsoft.sqlserver.jdbc.SQLServerDriver
- Specify Explicit driver url : Checked
- Driver URL : jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=TEST;User=sa;Password=mypassword
Also I tried Driver Implementer to be : com.microsoft.jdbc.sqlserver.SQLServerDriver
When I click the test button, I have 6 error messages indicating there is an error
Can anyone help me to solve this problem?
1- smart client version: v8.2p_2012-11-12/EVAL Development Only
2- Browser Google Chrome Version 23.0.1271.64 m
--------------------------
The problem is:
----------------
I opened the Admin Console in order to create a new data source on sql server 2008 R2 DB. I have an error indicating the JDBC driver not installed.
I already put the sqljdbc.jar and sqljdbc4.jar files in folder ...\smartclientSDK\WEB-INF\lib
the connection data I provided is as follows:
- Database Name: TEST
- Database Type: SQLSERVER
- Obtain connection using: DriverManager
-Driver Implementer: com.microsoft.sqlserver.jdbc.SQLServerDriver
- Specify Explicit driver url : Checked
- Driver URL : jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=TEST;User=sa;Password=mypassword
Also I tried Driver Implementer to be : com.microsoft.jdbc.sqlserver.SQLServerDriver
When I click the test button, I have 6 error messages indicating there is an error
Can anyone help me to solve this problem?
Comment