SetServerCredentials Method
Description
Sets credentials for authentication on server.
Syntax
Visual Basic
Public Sub SetServerCredentials( _
   ByVal UserName As String, _
   ByVal Password As String _
) 
Parameters
UserName
The user name defined in the project data base.
Password
The user's password.
See Also