After creating and populating a database:

try {
            new DropDB(databaseName).execute(context);
        } catch (BaseXException ex) {

Logger.getLogger(Database.class.getName()).log(Level.SEVERE, null, ex);
            LOG.fine("no databases to drop");
        }

how would I query it?  The query:

db:open("note")//note



thanks,

Thufir

Reply via email to