Hi, I am creating an application in java and using derby db as relational database. I have secured the database with username and password.
I want that no one can see the database values. but after starting the application, i use dbvisualizer to see the db table values. i can able to see the values even though i am giving wrong username and password. Can you please suggest me what should i do in this case to secure or it is an issue of derby db?? Thanks, Kuldeep bhanja
