MySQL Forums
Forum List  »  Connector/Node.js

Re: Extracting an XML fragment
Posted by: Jay Alverson
Date: October 24, 2008 02:46PM

Bèrto 'd Sèra Wrote:
-------------------------------------------------------
> Hi!
>
> I have a performance problem I'm solving by having
> all code in stored procs. An ideal way to have
> this is that I can bulk the transfer of
> instruction to a PARSER stored function that
> accepts commands in XML. Everything works ok in
> the form
>
>
>
>
> My problem is how to extract single Query
> fragments, so that they can be routed to the
> corresponding functions/procs.
>
> So far all I can find is about extracting single
> parameter values, which I would rather avoid. If I
> can simply get the fragment and pass it to a
> specialized PARSER subroutine my code gets much
> smaller and no duplication occurs.
>
> Any hint?
> Thanks


Well, I'm not 100% sure of what you mean. Might do to explain just what you mean by "fragment" possibly with a bit more of an example; like a "before and after" explanation.


>

Options: ReplyQuote


Subject
Written By
Posted
Re: Extracting an XML fragment
October 24, 2008 02:46PM
December 07, 2008 05:45PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.