Hello everyone,

I have created and populated a database in my JAVA app by using it :

BaseXClient session = new BaseXClient("localhost", 1984, "admin", "admin");

session.execute("CREATE DB mydb input.xml");

I would like to see my database through the baseX GUI...

What have I to do ? If I click on Open, I don't see my database or I know it is well created :

session.execute("SHOW DATABASES")

** Show Databases **
1 opened database(s):
- mydb (1x)


Thanks for your help,

Johann