1 Version 4.0 -- 5/1/89 dbfreequal
______________________________________________________________________
NAME: dbfreequal
FUNCTION:
Free the memory allocated by dbqual().
SYNTAX:
void dbfreequal(qualptr)
char *qualptr;
COMMENTS:
o dbfreequal() is one of the DB-Library browse mode routines.
dbfreequal Version 4.0 -- 5/1/89 2
______________________________________________________________________
See the Introduction for a detailed discussion of browse mode.
o dbqual() provides a WHERE clause that the application can use
to update a single row in a browsable table. In doing so, it
dynamically allocates a buffer to contain the WHERE clause.
When the WHERE clause is no longer needed, the application can
use dbfreequal() to de-allocate the buffer.
PARAMETERS:
qualptr - A pointer to the memory allocated by dbqual().
RETURNS:
None.
SEE ALSO:
dbqual