> Does anyone know how to get a hold of the DRK3 (developers 
> resource kit vol 3) at this point in time? I'm interested in 
> the DFA API, and am wondering if this is available anymore. 
> (I'm researching translation of csv files into XML.) As seen 
> on Adobe's site at:
> http://www.adobe.com/devnet/logged_in/mchambers_newreleases.html
> 
> DFA: Data File Access (DFA) is a ColdFusion MX component and 
> a set of custom tags that lets you interact with an XML- or 
> comma-delimited file as if it were a database. Storing data 
> in flat files is always tempting because it is so convenient, 
> but often gets unwieldy and complex as your record sets grow 
> and your requirements change. DFA puts a simple, familiar tag 
> interface on top of XML or a comma-delimited file, letting 
> you retrieve data using Xpath or SQL.

I doubt these are available at all any more.

But if you have CSV files, you can easily convert them into query objects
using CFHTTP - your CSV file has to be web-accessible - then do whatever you
want with them. Honestly, it can't get much easier, although it strikes me
as something that might not perform so well in a high volume environment.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267560
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to