Question
Update Database with XML
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.
