For a list of all members of this type, see IMMPxLogin2 members.
Public Methods
| 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. |
Top
See Also