Sets or returns the network protocol list for the database server.
VBScript
database.ConnectProtocols
database.ConnectProtocols newProtocol
Perl
$database->GetConnectProtocols();
$database->SetConnectProtocols(newProtocol);
For Perl, reference to an array of strings. Each String in the array contains the name of a network protocol for the database server.
For Perl, a Perl reference to an array of strings. Each String in the array contains the name of a network protocol for the database server.