0
Update Database with XML
New Here
,
/t5/coldfusion-discussions/update-database-with-xml/td-p/530313
Dec 04, 2007
Dec 04, 2007
Copy link to clipboard
Copied
We update several thousand product prices in our MYSQL
database daily using an XML feed.
We can update the database using by looping over the XML and updating the database on an item by item basis but that seems awfully inefficient.
Is there a better way?
Thanks.
We can update the database using by looping over the XML and updating the database on an item by item basis but that seems awfully inefficient.
Is there a better way?
Thanks.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/coldfusion-discussions/update-database-with-xml/m-p/530314#M48456
Dec 04, 2007
Dec 04, 2007
Copy link to clipboard
Copied
Probably.
But a more detailed answer is going to depend on what database
management system you are using and what its specific bulk
loading/updating capabilities are. This may or, most likely, may not
involve ColdFusion at all.
But a more detailed answer is going to depend on what database
management system you are using and what its specific bulk
loading/updating capabilities are. This may or, most likely, may not
involve ColdFusion at all.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

