Jason Boehle wrote:
Any existing connections to that DB will be closed. Any attempts to use such a connection will result in an exception.I am using Derby embedded in an application. If the database is shutdown via opening a connection to jdbc:derby:/path/to/db;shutdown=true, what should happen to existing open connections to that database?
