Hi ,
Can anybody explain me that how the records are inserted(appended) into tamino server ? For example, if i have created some database and loaded data from an XML document (RealEstate.xml), containing 100 records in the XML document. Now I want to insert another record into the database. Whether there will be a new XML document which will be created on the server or it will append the records into the same XML document.(RealEstate.xml).
if i compare with the relation technology then it should simply append the new XML data into the XML document representing the same entitiy. did i get it right ?
Thanks