Dear Chirstian
I am opening the database and replacing the existing xml file with new xml file to the database .It is adding successfully,but after that my database size is increasing every replacing operation.Can you please suggest me how to stop the size increment.
I am using below code to replacing XML file to database.
Context context = new Context();
localSess
.execute("OPEN "+"DBANME");
localSess
.replace("FILENAME", new FileInputStream("FILEPATH"));
Thanks&Regards
Chandra Sekhar