Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Delete DSNs


This functionality is used to delete a DSN. The scriptable interface (configure-server) is described in the following table.

Function
Explanation
function=delete_dsn
Deletes a previously configured DSN.
Parameter
 
name=<DSN name>
(user specified)
Name of the DSN as displayed in list_dsns.

Example Usage

./configure-server function=delete_dsn name=mysql_test


ContentsPreviousNextIndex