DBTDS

Description

Determine which version of TDS (the Tabular Data Stream protocol) is being used.

Syntax

int DBTDS(dbproc)
 
DBPROCESS     *dbproc;

Parameters

dbproc

A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library uses to manage communications and data between the front end and server.

Returns

The version of TDS used by dbproc to communicate with the server. Currently, the possible versions are:

DBTDS returns a negative integer on error.

Usage

See also

dbversion