dbfreesort

Description

Free a sort order structure allocated by dbloadsort.

Syntax

RETCODE dbfreesort(dbproc, sortorder)
 
DBPROCESS         *dbproc;
DBSORTORDER    *sortorder;

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.

sortorder

A pointer to a DBSORTORDER structure allocated through dbloadsort.

Returns

SUCCEED or FAIL.

Usage

See also

dbloadsort, dbstrcmp, dbstrsort