I am running a simple Sedna database but have a small issue. I have multiple XML files that I want to add all to the same document. The files all follow the same schema.
LOAD "1.xml" "mydoc"&
LOAD "2.xml" "mydoc"&
LOAD "3.xml" "mydoc"
But I get the following error
SEDNA Message: ERROR SE2001
Document with the same name already exists.
Details: tariffs
How can I go about adding each file to the existing document without removing the existing contents of the document? Is this possible?
Any help much appreciated. Thanks