xpfOpenRepositoryBN

FUNCTION xpfOpenRepositoryBN (repositoryName : STRING;
                              openMode       : INTEGER)
                              repositoryId   : GENERIC;

The xpfOpenRepositoryBN function opens the specified repository <repositoryName> in the specified open mode <openMode>, and returns an identifier of the open repository <repositoryId> or a zero when the function fails .

Arguments


TypeNameComment
STRINGrepositoryNameThe name of the repository within the EDMdatabase
INTEGERopenMode

The legal access modes are:

  • xpxRO :  Open for read only operations.
  • xpxRW : Open for read and write operations

 

Return Value


 

TypeNameComment
GENERICrepositoryIdidentifier of the open repository or a zero when the function fails

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â