RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.DatabaseName Property

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

Pascal
property DatabaseName: TIBFileName;
C++
__property TIBFileName DatabaseName;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!