Community Member Profile
- Profile: /members/10740-Vince-Jackson.htm
- URL: http://www.southeasterntech.edu
- Comments: 4
- Points: 39
Recent Blog Comments By Vince Jackson
-
How To Move XML Data Into A Database Using ColdFusion
Posted on Mar 21, 2013 at 10:06 AM
Found my solution! Here's what it looks like, reading an xml file and inserting the values into an access database. BTW, this is the resultdata of an Adobe Captivate Quiz. <!--- Convert file to XML document object ---> <cffile action="read" file="C:\Inetpub_Pub... read more »
-
How To Move XML Data Into A Database Using ColdFusion
Posted on Mar 19, 2013 at 3:24 PM
Ben, in your example, your XML doc looks like this: <records> <record> <name>Tricia</name> <hair>Brunette</hair> </record> </records> My XML doc looks like this format: <records> <record&... read more »
-
How To Move XML Data Into A Database Using ColdFusion
Posted on Mar 12, 2013 at 1:50 PM
My previous post should have said "score" not "core" in the sentence: Currently the "Score" is the main field I need to pull right now.... read more »
-
How To Move XML Data Into A Database Using ColdFusion
Posted on Mar 12, 2013 at 1:43 PM
I've been struggling to translate the code above to something I can use to parse an xml file created by Adobe Captivate and insert the data in an access database. I can make the example above work, but I don't understand the structure well. Can any of you help? Currently the core is the main f... read more »



