XML to database

2007-07-25 Thread R M
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 premiseno154/premiseno postcodeX9 9XQ/postcode /address name

XML to database

2007-07-25 Thread R M
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 premiseno154/premiseno postcodeX9 9XQ/postcode /address name

XML to database

2007-07-25 Thread R M
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 premiseno154/premiseno postcodeX9 9XQ/postcode

RE: XML to database

2007-07-25 Thread Jayesh Viradiya
, July 25, 2007 6:16 PM To: CF-Talk Subject: XML to database 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 premiseno154/premiseno postcodeX9 9XQ

using xml as database

2006-09-01 Thread krish P
is it possible to store millions of data in to xml structure instead of using database? is it very sufficient doing this way? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: using xml as database

2006-09-01 Thread Robertson-Ravo, Neil (RX)
If you want to store as XML then look for an XML database engine. This could act and work as a normal rdbms (though you may need to use XQuery instead of SQL). There are plenty of XML databases out there. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant

Converting XML to database(or query)

2004-08-21 Thread Marco Antonio C. Santos
Hi all I'm have this XML format file from 3rd party survey application(don't uses DB): survey ip=127.0.0.1 browserId=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; (R1 1.5); .NET CLR 1.1.4322) _javascript_Enabled=1 section question inputComment / /question question!---choose born state---

Re: Converting XML to database(or query)

2004-08-21 Thread Dick Applebaum
On Aug 21, 2004, at 8:42 AM, Marco Antonio C. Santos wrote: survey ip=127.0.0.1 browserId=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; (R1 1.5); .NET CLR 1.1.4322) _javascript_Enabled=1 section     question   inputComment /     /question     question!---choose born state---   

Re: Converting XML to database(or query)

2004-08-21 Thread Dick Applebaum
Have a look at: http://www.macromedia.com/devnet/mx/coldfusion/articles/xmlxslt.pdf HTH Dick On Aug 21, 2004, at 8:42 AM, Marco Antonio C. Santos wrote: Hi all I'm have this XML format file from 3rd party survey application(don't uses DB): survey ip=127.0.0.1 browserId=Mozilla/4.0