Icon RemoteDatabase Property

property RemoteDatabase: String

Usage

Use the RemoteDatabase property to specify the database name on the database server where the database tables are located for a TDBISAMDatabase component. This property only applies to TDBISAMDatabase components that are connected to a remote TDBISAMSession component whose SessionType property is set to stRemote. With remote sessions a database is synonymous with a logical database name on a database server. For TDBISAMDatabase components that are connected to local sessions you should use the Directory property to specify the database.

Information Attempting to set this property when the Connected property of the TDBISAMDatabase component is True will result in an exception being raised.
Image