...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiRemoteDeleteDatabase(SdaiServerContext serverContextId,
SdaiString location,
SdaiString databaseName,
SdaiString password,
SdaiInvocationId *edmiInvocationId);
|
Delete an existing remote EDMdatabase
...
in the specified server context, i.e. delete all data belonging to the actual database. After this function is performed, the actual remote database is
...
non existing, hence the data in a deleted remote EDMdatabase
...
cannot be recovered. Only closed remote databases can be deleted.
...
Arguments
...
Type | Name | Comment |
serverContextId | Context identification, from edmiDefineServerContext | |
location | Specifies the path to the directory where the remote database is located. The <location> argument must be specified as an absolute path of the actual EDMserver. | |
databaseName | Specifies the name of the remote EDMdatabase to delete. EDMdatabase names are case sensitive on the UNIX platforms and case insensitive on the Windows platforms. | |
password | Specifies the password for the actual database. The password for the database is defined by the edmiCreateDatabase function. | |
edmiInvocationId | Not yet used. When the edmiInvocationId is specified unequal NULL, the actual operation will be asynchronous and a handle (identifier) of the call will be returned in the edmiInvocationId argument. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
|
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|