MySQL Forums
Forum List  »  Connector/Node.js

Re: xpath queries on a variable instead of a table
Posted by: Virginia O'Connor
Date: December 03, 2007 06:04PM

Hello Colin,

If I understand your question correctly, you want to store XML data into multiple tables based on variables defined in the XML. In this case, a stored procedure is not necessary. Take a look at XAware (www.xaware.org).

If you have the XML data, you can use XAware to quickly shred that data structure and map it to be stored in your database tables. You can also easily define conditional logic to determine which data is stored in which table.

Of course, all of this works the other way as well ... specifically if you are trying to retrieve data from the database tables based on variable input parameter values.

Virginia
Technical Writer XAware, Inc.
www.xaware.org

Options: ReplyQuote


Subject
Written By
Posted
Re: xpath queries on a variable instead of a table
December 03, 2007 06:04PM


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.