Name
mcTBclear — Clear relational table
Synopsis
#include <memcom.h>
int mcTBclear(mcRTable* rt);
Description
mcTBclear deletes all data in a
relational table loaded in memory. If completed successfully, the
function returns 0. Otherwise, a negative value indicating the
MemCom error number is returned.
Parameters
rtPointer to relational table in memory (input).