dbsetifile

Description

Specify the name and location of the Sybase interfaces file.

Syntax

void dbsetifile(filename)
 
char         *filename;

Parameters

filename

The name of the interfaces file that gets searched during every subsequent call to dbopen. If this parameter is NULL, DB-Library will revert to the default file name.

Returns

None.

Usage

NoteOn non-UNIX platforms, client applications may use a method to find server address information that is different from the UNIX interfaces file. See the Open Client and Open Server Configuration Guide for detailed information on how clients connect to servers.

See also

dbopen