| 
       DBTASKID ( integer-expressionlogical-namealias )
       | 
 If the application is not in a transaction, DBTASKID returns the Unknown value (?).
If the application is not in a transaction, DBTASKID returns the Unknown value (?).
   If the client is connected to two databases and both databases participate in the transaction, DBTASKID does not necessarily return the same value for each database. The value DBTASKID returns for a database is for that database only.
If the client is connected to two databases and both databases participate in the transaction, DBTASKID does not necessarily return the same value for each database. The value DBTASKID returns for a database is for that database only.
   DBTASKID does not support Progress databases prior to Progress Version 8. DBTASKID returns the Unknown value (?) for DataServers, Version 7 Progress databases, and the temp-table database.
DBTASKID does not support Progress databases prior to Progress Version 8. DBTASKID returns the Unknown value (?) for DataServers, Version 7 Progress databases, and the temp-table database.
   DBTASKID is designed for database replication. When you create a log record for a transaction, you can call DBTASKID and store the transaction ID. When you load the transaction, you can group log records by transaction ID. For more information on database replication, see OpenEdge Data Management: Database Administration, and the reference entry for the RAW-TRANSFER statement.
DBTASKID is designed for database replication. When you create a log record for a transaction, you can call DBTASKID and store the transaction ID. When you load the transaction, you can group log records by transaction ID. For more information on database replication, see OpenEdge Data Management: Database Administration, and the reference entry for the RAW-TRANSFER statement.