|
SYNOPSIS
int createdb(char *path);
PARAMETERS
- char *path
The path of the database.
DESCRIPTION Creates the required system
tables in the directory specified by path. If the last
component of path does not exist it will be created. The
remaining components must exist. The data dictionary must
still be opened with ddopen().
Returns 0 is successful, -1 if there was an error
SEE ALSO ddopen()
Copyright © Thunderstone Software Last updated: Sun Mar 17 21:14:49 EDT 2013
|