MDAC 2.6 and higher does not provide JET Data components. JET is the microsoft access format. You may need to download the following file.
http://download.microsoft.com/download/dasdk/Install/40SP3/WIN98Me/EN-US/Jet 40SP3_Comp.exe -----Original Message----- From: Jeremy Bunton [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 2:57 PM To: CF-Talk Subject: MDAC 2.7 Hello, I just installed MDAC 2.7 on my win 2k pro machine with CF4.5. Everythign seemed fine during the install, but now I can't connect to any of my data sources. None of them will verify in the administrator. Currenly they are all access DB's. Any ideas. Any way to uninstall MDAC 2.7. Every thing was fine before, I just thought I would keep up with the times. I guess I should of left well enought alone. Jeremy -----Original Message----- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 11:40 AM To: CF-Talk Subject: Re: Clearing Cached Pages Dave, > > I encountered a problem on Friday where a user continued to see an old page, > even after I had updated it. I realize this has to due with the users cache, > but am wondering if anyone knows of a way/command to clear the cache > or prevent a site from caching. Any help is appreciated > To stop a page from being cached by a users browser you need to use the following HTML meta tags in your pages : <META http-equiv='expire' content='0'> <META http-equiv='pragma' content='no-cache'> I suspect that if the user has set their internet options to "never" check for page changes then you will be a bit stuck, but any of the other settings should pick up the addition of these tags and clear their cache or at least force their browser to load a new copy of the page. Regards Stephen ============================== CF-Europe http://www.cf-europe.org/ Olymia Conference Centre, London 29-30 May 2003 Keynote by Ben Forta and Tim Buntel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

