Hi, I hava a database, let us call it, sampleDB. I connect to it using ij through the below command. connect 'jdbc:derby://localhost:1527/sampleDB;create=false'; I want to remove sampleDB. So that nobody can connect to it even using sys schema. This database is in different schema other than sys and app. I am unable to find in docs and google on deleting derby database. Can I delete it from my own schema from which I usually connect to this database? what is the command for deleting database? how to know the tables / data in the database?
bye sridhar -- Yours Sincerely, Devatha Sridhar
