I have most of them, if not all, somewhere...
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Dave Watts To: CF-Talk Sent: Wed Jan 24 23:27:38 2007 Subject: RE: How to get old MM Developers Resource Kits? > 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:267562 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

