How to delete Database which is opened by JEConnection.openDatabase()
527078Sep 7 2006 — edited Sep 11 2006How can i delete (or drop) a Database which is opened by JEConnection.openDatabase().
/*
* Use JEConnection.openDatabase() to obtain a cached Database
* handle. Do not call close() on Database handles obtained
* using this method.
*/
But without closing a Database handle how can i remove the Database?
Thanks,
Katta.