IBX.IBDatabase.TIBDatabase.DatabaseName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseName: TIBFileName read FDBName write SetDatabaseName;

C++

__property TIBFileName DatabaseName = {read=FDBName, write=SetDatabaseName};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Specifies the name of the database to associate with this database component.

Use DatabaseName to specify the name of the database to use with a database component. For local InterBase databases, this can be a filename.

To connect to an InterBase database on a remote server using TCP/IP the syntax is <server_name>:<filename>.

To connect to an InterBase database on a remote server using NetBEUI, the syntax is: \\<server_name>\<filename>.

To connect to an InterBase database on a remote server using SPX, the syntax is: <server_name>@<filename>.