Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Update Database with XML

New Here ,
Dec 04, 2007 Dec 04, 2007
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.
302
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 04, 2007 Dec 04, 2007
LATEST
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources