FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..testConnection Method

Tests the connection.

Namespace:  FlowWright.deDataAccess
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static bool testConnection(
	string connectionString,
	ref string sError,
	int connectionTimeout
)
Public Shared Function testConnection ( _
	connectionString As String, _
	ByRef sError As String, _
	connectionTimeout As Integer _
) As Boolean
public:
static bool^ testConnection(
	String^ connectionString, 
	String^% sError, 
	int^ connectionTimeout
)

Parameters

connectionString
Type: String
The connection string.
sError
Type: String%
The s error.
connectionTimeout
Type: Int32
The connection timeout.

Return Value

true if XXXX, false otherwise.