Not sure what your reason are for specifically wanting an OLEDB Driver (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlxml3/ht m/xmloledbprovider_1ar6.asp), but there are many ways (easier) to query an XML file:
1. read it with cffile, parse it and search it with xmlSearch 2. read it with cffile, pass it to an SP and use OPENXML to search it 3. you can store the files in a XML database http://exist.sourceforge.net/ 4. plus many more ways -- Taco Fleur Senior Web Systems Engineer http://www.webassociates.com -----Original Message----- From: Dustin Snell [mailto:[EMAIL PROTECTED] Sent: Friday, 19 November 2004 8:31 AM To: CF-Talk Subject: OT: XML via OLEDB Sorry for the OT post. Does anyone know if it there is an OLEDB driver that allows you to access an XML file as a database and query it? -Dustin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184831 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

