Forum Discussion
JensDeveloper
4 years agoContributor II
hi @pvsharish9 ,
Is the user emp added to the DB where you trying to connect to? with the right password?
If Yes,
Which JDBC Jars are you using have you tried this?
JDBC Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver
And maybe try also only with this Url properties:
- selectMethod : cursor
Or do you need those other properties?
Advanced properties:
Regards
Jens