Hi, I have created Derby Database in Embedded mode. While creating Database I have used following as connection URL: jdbc:derby:databaseName;create=true;dataEncryption=true;bootPassword=somePWD
When I use "dataEncryption=true;bootPassword=somePWD", I am not able to create a New Database Connection through the Database Explorer of the Eclipse Plugin. When I remove the "dataEncryption=true;bootPassword=somePWD", I am able to create Connection. Please can someone give a solution for this? Thanks Ruta
