Icon ServerConfigFileName Property

property ServerConfigFileName: String

Usage

Use the ServerConfigFileName property to specify the name of the configuration file the database server should use for storing all configuration information when the EngineType property is set to etServer. The default value is "dbsrvr". You should not specify a file extension in this file name since DBISAM always uses a default file extension of ".scf" for database server configuration files.

Information This property cannot be set while the engine is active and the TDBISAMEngine Active property is True.
Image