...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiSetAvailable(void);
|
Sets the current EDMserver available for other users (clients). This function is normally used to set an EDMserver available for new clients after the database has been set unavailable by the edmiSetUnavailable function.
...
This function is protected, i.e. only legal for the EDMuser superuser.
...
Arguments
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
EdmiError rstat; . . . if (rstat = edmiSetAvailable()) { /* Error in operation */ printf("\nError: %s in edmiSetAvailable\n", |
...
edmiGetErrorText(rstat)); |
...
goto error; |
...
} /* EDMserver is available */ |
...
. . . |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|