Chintu, Deleting a collection - deletes all documents contained within the collection.
Inserting multiple documents within the context of a single query is not possible as far as I'm aware, however inserting multiple documents within the context of a single transaction is. Writing a bash script which makes use of se_term shouldn't take too long to acomplish this. If you have to insert thousands of XML documents or a couple of very large documents, I suggest trying doing so within a transaction because you will have the option to perform a rollback if something goes wrong. By the way, have you tried using the XQJ or XML:DB drivers?, if so did you find a problem with either driver? a performance issue? a bug? lack of functionality? Regards, Charles > > does sedna support deleting multiple documents in single xquery. > or you need to delete one document at a time? > > Also i will be interested to add multiple documents in single query. > > I am using java driver. > > thanks > > > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Sedna-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sedna-discussion > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion
