Config.removeDsn

Remove the DSN named dsn_name.

This method may fail with a GDA_CONFIG_ERROR domain error (see the #GdaConfigError error codes).

class Config
static
bool
removeDsn
(
string dsnName
)

Parameters

dsnName string

the name of the DSN to remove

Return Value

Type: bool

TRUE if no error occurred

Throws