Hi there, I am trying to Copy the "Doc" DB using following piece of code - try{ ....... new Copy("Doc", "Doc1").execute(CONTEXT); ....... ....... } catch(........ .......................... I am expecting another copy of Doc db as Doc1 db... Am I right..? But can't see "Doc1" anywhere... No error mesg... !! -- Have a nice day JBest
Hi John, I am afraid you’ll have to send us a complete example; otherwise it’s simply too mysterious to guess what’s going on. Christian ___________________________ On Sat, Mar 16, 2013 at 8:06 AM, John Best <johnbest5673@gmail.com> wrote:
Hi there,
I am trying to Copy the "Doc" DB using following piece of code -
try{ ....... new Copy("Doc", "Doc1").execute(CONTEXT); ....... ....... } catch(........ ..........................
I am expecting another copy of Doc db as Doc1 db... Am I right..?
But can't see "Doc1" anywhere... No error mesg... !!
-- Have a nice day JBest
_______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
participants (2)
-
Christian Grün -
John Best