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

Compare with Current View Page History

« Previous Version 2 Current »

Description

Create a new User object. PARAMETERS: Name (String), Description (String), Password (String).

Syntax

Public Function Create ( _
   ByVal Name As Variant, _
   ByVal Description As Variant, _
   ByVal Password As Variant _
) As User

Parameters

  • Name
  • Description
  • Password

Remarks

In ER/Studio 8.5 and later, this method replaces the Add method.


  • No labels