> I've got a co-worker who is working with a client that receives product > information from a third-party vendor in XML format. He needs to take the > information contained in the XML file and dump it into our local database. > > The XML file is 50 megs and contains lots of "columns". He's been trying > to > dump the file into memory using XMLParse but CF keeps crapping out on him. > > Does anyone have any ideas what my co-worker can do with this file?
Use a SAX Java parser. ---------------------------- Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246801 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

