The LookOutIdControl table contains exactly one row at all times.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| lookoutversion | varchar(80) | not null | A string indicating the version of the installed Script Manager Idb. |
| idlock | integer | not null | DBPROC of the Idb process currently locking the NextXXXId fields. |
| locktime | date | with null | Datetime at which the current locking of this table occurred. |
| nextobjectid | integer | not null | ID to be used for the next Object entry created. |
| nextgroupid | integer | not null | ID to be used for the next Group-type User created. |
| nextexecutionid | integer | not null | ID to be used for the next Execution entry created. |
| nextddtableid | integer | not null | ID to be used for the next DDTable entry created. |
| nextcontrolid | integer | not null | ID to be used for the next LookOutControl entry created. |
| nextserverid | integer | not null | ID to be used for the next server. |
| handlerkeys | long byte | with null | ABLOB representing a C array containing all parameter name and keys. Used by the compiler, interpreter, and iposync. |
Product Name: Data Transformer
Table Type: Table