On 28. mars 2014 14:05, Dyre Tjeldvoll wrote:
Hi,
I'm faced with a situation where I'm passed a Derby connection object
and would like to create another connection to the same database.
Through DatabaseMetaData.getURL() I can get the "base url", i.e. just
the protocol and the database file name. But is there a way to get the
properties used to create the connection? Without the properties it
may not be possible to connect to the "base URL", e.g. if original
connection was to an encrypted database.
Is it even possible?
Not that I know of.
Dag