Hi all, I would like to know how to populate mySQL database with XML data.  
This data comes from a webservice I would like to store it in a database.

ie:<applicant>
     <address type="short">
       <premiseno>154</premiseno>                                               
      <postcode>X9 9XQ</postcode>
    </address>
    <name>
      <title>Mr</title>
      <forename>Wood</forename>                         
      <othername>Boring</othername>
     </name>
</applicant>

How could i store this in a database using SQL and coldfusion?

Please help!
                                                        
                                                                                
        
                                                

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284518
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to