xpfOpenRepository

FUNCTION xpfOpenRepository (repositoryId : GENERIC;
                            openMode     : INTEGER)
                            repositoryId : GENERIC;

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

Arguments


TypeNameComment
GENERICrepositoryIdUnique id 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.

Â