The following tables list the members exposed by IMMPxLogin.
Public Properties
| Name | Description |
 | Connection | This property accesses the OLEDB connection object required for successful login (as Connection). |
 | ConnectionString | This property accesses the provider-specific string for connecting to the Process Framework database. |
 | SchemaName | This property returns the string prefix indicating the owner of the Process Framework tables. For example, in an Access database, this string is null; for Oracle, it might be 'PROCESS.' and in SQLServer, it might be 'ARCFM.PROCESS.' |
Top
Public Methods
| Name | Description |
 | PromptConnection | This method prompts the user with the Process Framework login dialog and returns a boolean if a connection is successfully established. There are several in/out parameters that are all string types: Provider, Server, Database Name, User and Password. |
Top
See Also