Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbIsRecordSetOn

Declaration

CTBOOL ctdbDECL ctdbIsRecordSetOn(CTHANDLE Handle);

Description

Indicates if record set is active or not. A record set is active after a successful call to ctdbRecordSetOn(). A record set can be switched off by calling ctdbRecordSetOff().

  • Handle must be a record handle.

Return Values

Returns YES if a record set if active and NO if a record set is not active.

See Also

ctdbRecordSetOn(), ctdbRecordSetOff()

TOCIndex