GetConnection 

Syntax

object.GetConnection  sConnName

sConnName        String that specifies the name of an existing connection node.

Description

This method returns the connection string of the connection specified in the sConnName parameter.

Remarks

GetConnection method returns String  containing the connection string of the specified connection.

Example

         For Sample of GetConnection usage see the Example of  SetConnection