Loads the database at the supplied path on the server.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
string Load(
	string pathToDB,
	string strUserName,
	string strPassword
)
Visual Basic (Usage)
Dim instance As DatabasesInfo
Dim pathToDB As String
Dim strUserName As String
Dim strPassword As String
Dim returnValue As String

returnValue = instance.Load(pathToDB, _
	strUserName, strPassword)

Parameters

pathToDB
Type: System..::.String
strUserName
Type: System..::.String
strPassword
Type: System..::.String

See Also