Short Description: To replace the database server information associated with a database connection.
Syntax
DMXSetDatabaseServer | ID connectionName dbms database |
Parameters
ID | The ID returned by DMXNew that identifies the invocation. |
connectionName | A string with the name of the database connection whose server information you want to change. |
dbms | An integer that specifies which DBMS should be used for the connection. For a description, see DBMS code passed to Connect ETL subroutines. |
database | A string with the name of the database to access via the connection. |
Notes
You can invoke this function at any time after loading the application via DMXSetApplicationFileName and before running the application via DMXRun.