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