createdb() - Creates an empty database.

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: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.