The db_program table contains metadata about programs - graphical equivalent to scripts.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dbrep_iid | integer | not null | The unique ID of the Program object. |
| dbrep_executablename | varchar(127) | with null | The executable name of the program. |
| dbrep_location | varchar(127) | with null | The Idb or repository associated with the program. |
| dbrep_lastexecution | varchar(127) | with null | The Datetime of the last time the program was executed. |
| dbrep_rowsinserted | integer | with null | The number of rows inserted during execution. |
| dbrep_rowsdeleted | integer | with null | The number of rows deleted during execution. |
| dbrep_rowsupdated | integer | with null | The number of rows updated during execution. |
| dbrep_lastmodified | varchar(30) | with null | The Datetime the last time the program was modified. |
| dbrep_modifier | varchar(127) | with null | The name of the application that produced the program. |
Product Name: Data Transformer
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| dbrep_iid | db_programinstance | dbrep_programiid |