| 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. |
|