DatabaseFile connection parameter [DBF]

Function

For use when starting a database that is not already running. The DatabaseFile connection parameter indicates which database file you want to load and connect to.

If you want to connect to an already running database, use the DatabaseName (DSN) parameter.

Usage

Embedded databases

Values

String

Default

There is no default setting.

See also

Chapter 1, “Running the Database Server,” Sybase IQ Utility Guide

Description

The DatabaseFile (DBF) connection parameter is used to load and connect to a specific database file that is not already running on a database server.

You can also use UNC filenames and Novell NetWare Directory Services file names.

WARNING! Caution The database file must be on the same machine as the database server. Managing a database file that is located on a network drive can lead to file corruption.

See also

“DatabaseName connection parameter [DBN]”

Example

To load and connect to the sample database (installed in directory c:\sybase\ASIQ-12_6\demo on Windows), use the following DBF parameter:

DBF=c:\sybase\ASIQ-12_6\demo\asiqdemo.db