1. Use the JTDS driver
It is a freeware
2. Use "net.sourceforge.jtds.jdbc.Driver" as the driver class name
3. Use a connection string like this: jdbc:jtds:sqlserver://<hostname>:1433/<db name>;domain=<domain.net>","<user>","<password>"
The key is that the connection string needs to include the domain.
No comments:
Post a Comment