Hello,
I have created embedded database using java API. Now, while opening the databases using XQJ client-server architecture.
Exception in thread "main" javax.xml.xquery.XQException: BXCE001 - Stopped at ., 1/245: [BXDB0002] The database format has changed; please use a newer version. at HelloWorld.main(HelloWorld.java:39)
I started the BaseXServer and while running BaseXClient from command prompt, following is the output of "list" command.
list
name Resources Size Input Path ------------------------------------- testDB 0 0 Error
but I am able to open the same database through Java API.
So, my question is can we use databases which are created in embedded mode and use it through client-server architecture ?
Thanks,