No one can help me ?
-------- Message original -------- Sujet: Using the GUI to see a database created with Java Date : Tue, 07 Feb 2012 15:38:53 +0100 De : Johann LEGAYE johann.legaye@4dconcept.fr Pour : basex-talk@mailman.uni-konstanz.de
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