Product specifications
Related Topics
• Check tool—function overview
• Displaying help on the cscheck tool
• Check tool—connectivity
• Check tool—accessdriver
5.2.8 Check tool—accessdriver
For a supplied network layer and database client, this function checks for a valid data access driver
installation. To check both the middleware and data access driver for a supplied network layer and
database client, you can use the connectivity function.
Figure 5-8: accessdriver syntax
cscheck |accessdriver| |ad| -c { network layer } -d { database client }
Table 5-3: Function input parameters
The network layer that the database middleware
uses, as returned by the find function.
network layer ( -c )
The database to check, as returned by the find
function.
database client (-d)
Example:
The following command checks for a valid installation of an Oracle 10 data access driver, and displays
the output in French:
cscheck -l fr accessdriver -c "Oracle Client" -d "Oracle 10"
If the French language is not installed, the result will be the following:
The language specified is not installed. Please use an installed language. English ([en]).
Example:
The following command checks for a valid installation of an Oracle 10 data access driver:
cscheck ad -c "Oracle Client" -d "Oracle 10"
2012-03-1545
Creating a connection