On 10/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I want to connect via c/s-driver to a DerbyDB (Version 10.2.1.7), which is secured through user authentication properties in the service.properties file. The properties are:
Are you putting these properties into the service.properties in the database directory? Because they should go into the derby.properties file in the directory defined in derby.system.home, and not into service.properties. service.properties should not be edited. For information on how to set properties, see: http://db.apache.org/derby/docs/dev/tuning/ctunsetprop32443.html http://db.apache.org/derby/docs/dev/tuning/ctunsetprop24222.html HTH, andrew
