The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



DBName


Unit:SDL_geodb
Class:TGeoDB
Declaration:property DBName: string;

The property DBName specifies the name of the database to be used. DBName should be a fully qualified path. An existing database is opened when the name of the database is assigned to DBName. If no such database is available, a new empty database is generated.

Hint 1: Opening a large database may take considerable time, since the database engine loads several indexes during this process.

Hint 2: Assigning an empty string to the property DBName closes the database and resets all internal settings to the initial ones.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): geodata



Last Update: 2023-Dec-13