Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxLogin2 Interface |
The following tables list the members exposed by IMMPxLogin2.
Name | Description | |
---|---|---|
![]() | Cancelled | This property indicates whether the user cancelled out of the login form (as boolean). |
![]() | Caption | The caption for the login form. For example, the caption might be 'Login to Session Manager' (as string). |
![]() | 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. |
![]() | DatabaseName | This property provides the name of database to which the user is trying to connect (as string). |
![]() | Provider | This property provides the name of database provider to which the user is trying to connect (as string). |
![]() | SchemaName | This property accesses the string prefix indicating the owner of the Process Framework tables (as string). |
![]() | Server | This property provides the name of server to which the user is trying to connect (as string). |
![]() | UserName | This property provides the username of the person who is trying to connect (as string). |
![]() | VerifyReadTables | This property allows a list of tables (as Variant) to be passed in upon which read permissions will be verified. |
![]() | VerifyWriteTables | This property allows a list of tables (as Variant) to be passed in upon which write permissions will be verified. |
Name | Description | |
---|---|---|
![]() | CreateEditRS | Method to create a recordset for editing. Requires an SQL query (as string) and a connection (as Connection) as input parameters. Returns the recordset. |
![]() | CreateReadRS | Method to create a read-only recordset. Requires an SQL query (as string) and a connection (as Connection) as input parameters. Returns the recordset. |
![]() | PromptConnection | This method prompts the user with the Process Framework login dialog and returns a boolean if a connection is successfully established. Unlike the method with the same name on the IMMPxLogin interface, there are no in/out parameters. |