DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

dbFreeRow(3dba)


dbFreeRow -- free the memory used by a returned row value

Synopsis

cc [flag ...] file ... -kthread -leels [library] ...
#include <eelsdba.h>

int dbFreeRow(DBRow *list);

Description

dbFreeRow frees the memory used by a row (DBRow structure) that was returned by a previous call to dbGetNextRow(3dba).

Arguments


list
(Input) A row returned from a previous call to dbGetNextRow(3dba).

Return values

If successful, dbFreeRow returns 0. Otherwise, it returns -1.

Diagnostics

An application can call dbGetError(3dba) to obtain the error message returned from the database.

References

dbGetError(3dba), dbGetNextRow(3dba), Intro(3dba)


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004