Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of SQLServer JDBC Driver #52

Open
GoogleCodeExporter opened this issue Oct 7, 2015 · 0 comments
Open

Use of SQLServer JDBC Driver #52

GoogleCodeExporter opened this issue Oct 7, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I checked out the trunk (at this time it's set to 0.9.9-SNAPSHOT).

The url to use to get a connection is actually the full url, not just the 
"server url".  In my case, com.carbonfive.db.jdbc.schema.AbstractSchemaCommand 
would fail when dropping the database because the Connection is null. When 
using the full "url" instead of the "serverUrl", it works just fine.

Source: http://msdn.microsoft.com/en-us/library/ms378956(v=sql.105).aspx
Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver (sqljdbc4.jar).

Or maybe there's a trick I'm not aware of?


Original issue reported on code.google.com by l...@tripfilms.com on 9 Aug 2012 at 11:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant