SetLoginProperties
This method sets the login credentials for the project database user.
Syntax
SetLoginProperties(UserName as String, Password as String, ModuleType as String, InstanceName as String)
Parameters
| Parameter | Description |
|---|---|
| UserName | User name |
| Password | Password |
| ModuleType | Type of the module connecting |
| InstanceName | RTS instance used to connect |
Sample code
Dim pBatchRoot as New SCBCdrBATCHLib.SCBCdrBatchRoot
…
theBatchRoot.SetLoginProperties "username", "password", "Server", "MyRTS"
