...
Creates an EDMdatabase
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiRemoteCreateDatabase(SdaiServerContext serverContextId,
SdaiString location,
SdaiString databaseName,
SdaiString password);
|
Creates an EDMdatabase from a thin EDMclient.
...
Note that this function will fail if the EDMserver
...
specified in the server context, is already connected to an open
...
EDMdatabase
...
.
...
When an EDMdatabase
...
is created by this function, the factory setting includes the two EDMusers named superuser and sdai-user, and the EDMgroup named sdai-group. The superuser is a privileged user of the EDMdatabase
...
By default, the superuser password will be the same as that of the EDMdatabase
...
The password may be changed by a later call to the function edmiRemoteDefinePassword.
...
Note that the EDMdatabase
...
password will be set at creation time and may not be changed.
...
Arguments
...
1 | Type | Name | Comment |
2 | SdaiServerContext | serverContextId | Context identification, from edmiDefineServerContext |
3 | SdaiString | location | The full path to the directory on the remote file system where the database files will be located. The remote file system is the file system of the _ EDMserver{_}. |
4 | SdaiString | databaseName | The name to assign to the _ EDMdatabase{_}. _ EDMdatabase _ names are case sensitive on Unix platforms and case insensitive on Windows platforms. |
5 | SdaiString | password | The password to apply to the EDMdatabase. Note that this password will be a fixed property of the database and may never be changed. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
|
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|