TurboDB VCL/CLX Component Library
TTdbDatabase.Location
TTdbDatabase   See also
Top 


Specifies the location of the database.

property Location: string;

Description
Set Location to define the TurboDB database to use. Location is either a database directory where database tables are searched by default (this is called a directory database) or the name of a TurboDB single-file database file (this is called a single-file database). Single-file databases have the extension tdbd.

Note
At design-time, double-click on the TTdbDatabase component to invoke the component editor and browse for a database location.