Manager..::..Logon Method

Logons the specified server name.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void Logon(
	string ServerName,
	string DatabaseName,
	database..::..AuthenticationModes AuthenticationMode,
	string JiwaUserName,
	string JiwaPassword
)
Public Sub Logon ( _
	ServerName As String, _
	DatabaseName As String, _
	AuthenticationMode As database..::..AuthenticationModes, _
	JiwaUserName As String, _
	JiwaPassword As String _
)
public:
void Logon(
	String^ ServerName, 
	String^ DatabaseName, 
	database..::..AuthenticationModes^ AuthenticationMode, 
	String^ JiwaUserName, 
	String^ JiwaPassword
)

Parameters

ServerName
Type: String
Name of the server.
DatabaseName
Type: String
Name of the database.
AuthenticationMode
Type: JiwaFinancials.Jiwa.JiwaODBC..::..database..::..AuthenticationModes
The authentication mode.
JiwaUserName
Type: String
Name of the jiwa user.
JiwaPassword
Type: String
The jiwa password.

Exceptions


ExceptionCondition
ExceptionYou MUST change your password before you may logon.