Sorry for all the questions recently, but I am learning a ton from the
answers (so, I keep asking).

I have a set of XML documents that are loaded into a collection once per
year.  Then, throughout the year, updates are sent out and need to be either
inserted (if a record does not exist) or updated (if a record exists).  The
update can be a simple replace of the entire node.  Is it possible to
convert an insert to an update using triggers so that I can still do bulk
loads rather than having to load nodes one-at-a-time?  It is a little
complicated, because the updates would be from a different document than the
original record.  Any suggestions on how to do this?  I can, of course, do
all of this from an external application, but it would be nice to do it from
within the database.

Thanks (AGAIN),
Sean
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to