DMXSetTargetDatabaseTable function - Connect_ETL - 9.13

Connect ETL Shell Functions Reference

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect (ETL, Sort, AppMod, Big Data)
Version
9.13
Language
English
Product name
Connect ETL
Title
Connect ETL Shell Functions Reference
Copyright
2023
First publish date
2003
Last updated
2023-09-11
Published on
2023-09-11T19:06:59.560515

Short Description: To replace a target database table name.

Syntax

DMXSetTargetDatabaseTable ID name [tableNumber]

Parameters

ID The ID returned by DMXNew that identifies the invocation.
name A string with the name of the target database table.
tableNumber An integer with the number of the target database table whose name you want to change. The targets are numbered sequentially from 1 in the order in which they appear in the application file identified by the applicationFileName parameter for DMXSetApplicationFileName. The parameter is optional and defaults to 1.

Notes

You can invoke this function at any time after loading the application via DMXSetApplicationFileName and before running the application via DMXRun.