Sets or returns the host name list for the physical location of the database server.
VBScript
database.ConnectHosts
database.ConnectHosts newHosts
Perl
$database->GetConnectHosts();
$database->SetConnectHosts(newHosts);
For Perl, a reference to an array of strings. Each String in the array contains the host name list for a physical location of a database server.
For Perl, a reference to an array of strings. Each String in the array contains the host name list for a physical location of a database server.