Data Source Problems - Adobe 38043740 - ColdFusion Standard - Mac User Manual

User guide
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

Solution:
You must remove McAfee Privacy Service.

Data source problems

Unable to add a Microsoft Access data source
Problem:
When you try to add a Microsoft Access data source, an error appears:
Solution:
Install and start up the ODBC service, or use the Microsoft Access with Unicode driver.
ODBC services do not install properly
Problem:
ODBC services do not install properly.
Solution:
You must remove the existing ODBC services using the following code:
<cfscript>
writeOutput("Installing ODBC Services...<br>");
returnValue = myObj.installODBCservice();
writeOutput("ODBC Services installed");
</cfscript>
You then reinstall the ODBC services using the following code:
<cfscript>
writeOutput("Removing ODBC Services...<br>");
returnValue = myObj.removeODBCservice();
writeOutput("ODBC Services removed");
</cfscript>
ADOBE COLDFUSION 8
Installing and Using ColdFusion
99

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 8

Table of Contents