ALM Site Administratation Client Type Library
TestConnection Method
DomainName
The domain name.

ProjectName
The project name.

ConnectString
If a string is specified, it tests the database with the specified connection string. If an empty string is passed, it tests the database with the current connection string.

Description

Tests a project’s current connection string.

Syntax

Visual Basic
Public Function TestConnection( _
   ByVal DomainName As String, _
   ByVal ProjectName As String, _
   ByVal ConnectString As String _
) As String

Parameters

DomainName
The domain name.

ProjectName
The project name.

ConnectString
If a string is specified, it tests the database with the specified connection string. If an empty string is passed, it tests the database with the current connection string.

Return Type

Returns "1" on success.

Example

See Also

Send documentation feedback to HP.