Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxSetInternalData (qualifiedName      : STRING;                     userName, password : STRING;                     options            : INTEGER,                     dataValue          : GENERIC)                     status             : INTEGER;
 
To be completed.
The xpxSetInternalData function sets
The arguments for the function are:

Argument::

Description:

qualifiedName

 

userName

Name of an existing EDMuser account in the actual EDMdatabase. EDMuser account names are case insensitive.

password

The password for the EDMuser specified by the <userName> argument. Initially an EDMuser is created without any password. A password can be changed by the xpxChangePassword or xpxDefinePassword function.

options

Specifies the options to be used in the invocation of the xpxSetInternalData function. The <condition> value can be specified as a bitwise OR between the actual options to enable. All option names are defined on the header file sdai.h

dataValue

 

 
This function is equivalent to the EDMinterface function edmiSetInternalDataBN.

  • No labels