...
Code Block |
---|
...
|
...
|
...
| ||
EdmiError edmiGetInternalDataBN( |
...
qualifiedString
...
SdaiString qualifiedString,
SdaiString userName,
SdaiString password,
SdaiUnsignedInt options,
SdaiSelect data);
|
<Description>
Arguments
...
Type | Name | Comment |
SdaiString | qualifiedString |
|
SdaiString | userName | Specifies the name of the user. EDMuser names are case insensitive. |
SdaiString | password | Specifies the password for the actual database. The password for the database is defined by the edmiCreateDatabase function. |
SdaiUnsignedInt | options | The <options> value should be specified as a bitwise OR, See descriptions below for available options. | The name of all <options> are defined in the header file sdai.h
SdaiSelect | data |
|
Options: Descriptions:
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Option | Comment |
---|---|
SERVER_CONFIGURATION |
|
DEFAULT_VALUE |
|
DO_GETENV |
|
Example
...
Returns: A completion code of datatype EdmiError is the returned function value. The completion code has the following values:
Completion code = 0 : Operation successfully performed.
Completion code != 0: Error in operation. Completion code is an EDMinterface error code. Use edmiGetErrorText to get the error text corresponding to the error code.
EXAMPLE
SdaiAggr aggr;
SdaiInteger lowerBound;
EdmiError rstat;
. . .
Code Block | ||
---|---|---|
| ||
<example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Options: Descriptions: