Jan. CAPFUG Meeting Is a Big Success!
I'm curious how many folks out there would be interested if we begin Breezing the meetings? I've been meaning to set that up but haven't had much time due to the client work I've been doing, but if enough people are interested, I'll try very hard to begin Breezing with the next meeting.

-Andy
Not as good as being there, but better than nothing.
I live 5 hours away right now, making personal attendence out of the question. I hate missing such good topics.
dw
a.) programmatically show which datasources are connected in cf mx 7
b.) disconnect a datasource programmatically
I know the settings in the admin, but I have a datasource that is not releasing the mssql dbms. Any ideas?
<cfscript>
objDSN = createObject('component', 'CFIDE.adminapi.datasource');
stDSN = variables.objDSN.getDatasources();
</cfscript>
to disconnect CF from a Datasource, I'm sure there are several approaches - one would be to call the 'set'XXX method (where XXX is the datasource type) that resides in the CFIDE.adminapi.datasource object to update it (replicating the disable feature in the CF Admin for a datasource).
You can browse the docs for all the datasource functionality in the admin API by browsing the following link on your dev server: http://localhost/cfide/componentutils/componentdet...