GetConnectOptions
Description
Returns the connect options for a database.
Syntax
Perl
$dbDesc->GetConnectOptions();
- Identifier
- Description
- dbDesc
A DatabaseDesc object containing information about one of the installed databases.
- Return value
- A String containing the connect options for the database.
Examples
Perl
my $options = $dbDesc->GetConnectOptions();