MACROMEDIA COLDFUSION 4.5-ADMINISTRING COLDFUSION SERVER Spezifikationen Seite 103

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 112
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 102
99
ADOBE COLDFUSION 8
Installing and Using ColdFusion
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>
Seitenansicht 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 111 112

Kommentare zu diesen Handbüchern

Keine Kommentare