Mark Smeets wrote: > Hi all, > > Does anyone know how to <a>give a datasource a password via a cold fusion > page (doesn't have to be a form since I could always do a cfset) or <b>how > to delete a datasource via the same method. > > Besides going through administrator and the odbc pannel. and not > (necessarily) using a custom tag
Everything that CF knows about datasources is stored in the registry under HKLM\Software\Allaire\ColdFusion\CurrentVersion\Datasources so if you have access to cfregistry it should be pretty easy. General ODBC information is stored under HKLM\Software\ODBC. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com 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

