ddopen() - Open a data dictionary.

SYNOPSIS

DDIC *ddopen(char *pname);


PARAMETERS

char *pname

Path to the database to open.


DESCRIPTION
Effectively opens a database. After opening a database the permissions must be set. These are set with the permstexis() call. The locking mechanism is also initialized at this stage.

Returns a handle to a DDIC structure if successful and NULL if there was an error.


SEE ALSO
ddclose(), permstexis()


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