| Author |
Message |
|
|
|
Then I needed to change the URL to: jdbc:sqlserver://hostname:1433 The default one was invalid.
|
 |
|
|
None of those JAR files are included in the latest release from Microsoft, in sqljdbc_1.1.1501.101_enu.tar.gz.
Seems the problem is that Power*Architect is expecting the wrong class package. It is really com.microsoft.sqlserver.jdbc.SQLServerDriver, but it wants com.microsoft.jdbc.sqlserver.SQLServerDriver
|
 |
|
|
How does one connect to an SQL Server database? I've downloaded the JAR and added it to the list of drivers. I've created a data source, the hostname and port. What do I put for PL Schema Owner? Is ODBC Data Source Name needed?
No matter what I try, I get "Error during initial database probe"
|
 |
|
|