You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
l...@tripfilms.com
on 9 Aug 2012 at 11:30The text was updated successfully, but these errors were encountered: