This question says it all: I want to change information about data sources on multiple coldfusion servers. Could this be written? Ideally, the solution will work on both CFMX 6.1 and CF8
Can you use cfc API for version 8
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=basiconfig_37.html
From 6.1 I think you're out of luck. It stores the password in an XML file, somewhere, I suppose, you will need to read it, change it and save it. This will work for both versions.
, , API- Admin CFIDE/adminapi/datasource.cfc, CFMX 6.1, API- Admin , ServiceFactory.
, (, ) temp , neo-datasource.xml(CF8) neo-query.xml(CFMX 6.1), . , . XML , . , , CF , xml.
Source: https://habr.com/ru/post/1723893/More articles:Running NUnit tests in parallel using NANT - parallel-processinghow to manage multiple ado.net database connections from asmx web service - c #Как настроить туннелирование SSH для доступа к веб-серверу за брандмауэром? - puttyEclipse - ASP classic plugin - eclipseHow to access form controls for postback from a dynamically built form - c #How to register exceptions in C ++? - c ++What does (int (*) ()) mean in a function call - cMath, PDF Curves and Shading - statisticsTelerik Silverlight RadTreeview AutoRefresh - telerikDoes Symfony have any flaws? - phpAll Articles