Connection-specific Examples

From InterBase

Go Up to Connecting to Servers and Databases


Here are some examples of connecting to databases on various types of servers.

  • For a Windows server, the database path name must contain the appropriate drive letter designation. For example, to connect to a local database:
D:\users\accting\fin\accred.ib
  • To connect to a database on a remote server using the TCP/IP protocol:
ntserver:D:\users\accting\fin\accred.ib
  • To connect via NetBEUI (Windows server platforms only), use UNC notation:
\\ntserver\D:\users\accting\fin\accred.ib
  • For a UNIX or Linux server, you must enter the complete and absolute directory path for the database. For example:
server:/usr/accting/fin/accred.ib

See Also

Advance To: