Icon RemoteUser Property

property RemoteUser: String

Usage

Use the RemoteUser property to specify the user name for automating the login to a database server. This property only applies to remote sessions where the SessionType property is set to stRemote. When the session is opened via the Open method or by setting the Active property to True, DBISAM will attempt to connect to the database server specified by the RemoteAddress or RemoteHost and RemotePort or RemoteService properties, and automatically login to the server using the RemoteUser and RemotePassword properties. If for any reason these properties are not set correctly then the OnRemoteLogin event will fire. If an event handler is not assigned to the OnRemoteLogin event then a remote login dialog will be displayed in order to prompt the user for a user name and password.
Image