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();
                                 LocalSession localSess = new LocalSession(context);


                        

                                        localSess .execute("OPEN "+"DBANME");
                              

                                       localSess .replace("FILENAME", new FileInputStream("FILEPATH"));


                            


Thanks&Regards

Chandra Sekhar

The information contained in this e-mail and any accompanying documents may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient of this message, or if this message has been addressed to you in error, please immediately alert the sender by reply e-mail and then delete this message, including any attachments. Any dissemination, distribution or other use of the contents of this message by anyone other than the intended recipient is strictly prohibited.