|
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: Sun Mar 17 21:14:49 EDT 2013
|