ddclose() - Close a data dictionary.

SYNOPSIS

DDIC *ddclose(DDIC *ddic);

PARAMETERS
DDIC *ddic

The data dictionary to close.


DESCRIPTION
This closes a data dictionary, and all the system tables associated with it, and frees any memory allocated. The locking mechanism is also shut down. This has two implications. The first is that all tables opened from this data dictionary should be closed. The second is that if the program terminates without calling ddclose() locks are likely to cause problems with subsequent attempts to connect to the database.

Returns NULL.


SEE ALSO
ddopen()


Copyright © Thunderstone Software     Last updated: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.