You can get the list of DSNs like so:

/* Get "factory" */
variables.fObj = createObject("java", "coldfusion.server.ServiceFactory");
/* Get datasource service */
variables.dsService = variables.fObj.getDataSourceService();
/* Get data sources */
var dsFull = variables.dsService.getNames();

That will return dsFull as an array of DSN names on the server.  Not sure where 
to get the file locations, but I'm guessing you can find in the 
DataSourceService.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318547
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to