21 Sep
2016
21 Sep
'16
3:55 p.m.
Hello, can someone please give an example in java of context = new Context(); new Open("DBexample").execute(context); new Add(Target,Path)????? I want to add a dir to "DBexample". new Add("C:\\Users\\jens\\BaseXData\\DBexample", "input\foo"); does not work v7.3.1 Thank you!
21 Sep
21 Sep
6:10 p.m.
Hi Jens,
can someone please give an example in java of
Please have a look at our JavaDoc: https://github.com/BaseXdb/basex/blob/master/basex-core/src/main/java/org/ba... Cheers, Christian
context = new Context(); new Open("DBexample").execute(context); new Add(Target,Path)?????
I want to add a dir to "DBexample".
new Add("C:\\Users\\jens\\BaseXData\\DBexample", "input\foo"); does not work
v7.3.1
Thank you!
3487
Age (days ago)
3487
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christian Grün -
Jens Huelscher