Short Description: To replace the user name and password for a database connection.
Syntax
DMXSetDatabaseUser | ID connectionName user password |
Parameters
ID | The ID returned by DMXNew that identifies the invocation. |
connectionName | A string with the name of the database connection whose user login information you want to change. |
user | A string with the login user name under which the connection should be established. |
password | A string with the password to use when connecting to the database. |
Notes
You can invoke this function at any time after loading the application via DMXSetApplicationFileName and before running the application via DMXRun.