> Given that, what would you suggest? The situation is that I'm > faced with an access database whose name will change based on > user feedback. I suppose I could use the many CF_Datasource > options to create and modify ODBC Datasources on the fly, > however that seems like quite a bit to do, and does ColdFusion > MX support Dynamic datasources in any way? > > Also for extra credit we'd have to make this solution work in > ColdFusion 5.0 as well. Today's challenge for the day, have fun!
No, CF MX doesn't support dynamic datasources at all, to the best of my knowledge. As I see it, your options are: 1. Rewrite the functionality to work with MX. 2. Use something else for this functionality (CF 5, ASP, etc.) 3. Find a different way to solve the problem. For example, why do databases need to be renamed? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

