To enable user authentication in Derby you must set the
/derby.connection.requireAuthentication/ property to true.
You can find more information about derby security on "Derby and
Security" in "/Derby Developer's Guide"
(http://db.apache.org/derby/docs/dev/devguide/).
Fernanda
/
Hong Ji wrote:
Hello,
I created a derby database in Java with user name and password.
However, the
ij tool can open and view the database without input of the user name or
password.
So how could a derby database be protected? Anyone can use ij to view the
database?
Thanks.
Hong Ji