Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Show Database Types


This functionality is used to display a list of supported database types and the corresponding DSN attributes. The scriptable interface (configure-server) is described in the following table.

Function
Explanation
function=show_dbinfo
(no parameters)
Displays a list of supported database types, and for each type, the list of configurable DSN attributes. Has an exit code of 0 if the operation succeeds, non-0 if the operation fails.

Example Usage

./configure-server function=show_dbinfo


ContentsPreviousNextIndex