Never mind, I found it.

Just create a script with the following:

<cfscript>
        //login
        adminObj = createObject("component","cfide.adminapi.administrator");
        adminObj.login("YourPasswordHere");

        // instantiate
        myObj = createObject("component","cfide.adminapi.datasource");

        // install ODBC services
        writeOutput("Installing ODBC Services...<br />");
        returnValue = myObj.installODBCservice();
        writeOutput("ODBC Services installed.");
</cfscript>

Thanks anyway,
Steve


-----Original Message-----
From: DURETTE, STEVEN J 
Sent: Tuesday, December 27, 2011 2:21 PM
To: cf-talk
Subject: Install of ODBC for ColdFusion 9


Hi all,

I've searched for this, but haven't found the answer and it is probably staring 
me right in the face.

I have a local developer install of ColdFusion. Being the security minded 
person I am :), I installed CF9 without the ODBC services since I don't use 
them. Well, now I have to and I can't figure out how to install them without 
uninstalling CF completely and starting from scratch. Has anyone out there ever 
done it and if so can you tell me how?

Thanks,
Steve

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349247
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to