Transaction handles are not supported by SQL Explanation: Currently SQL does not support multiple transactions. User Action: Programs which have multiple transactions must be rewritten so that all concurrent database requests occur in the same transaction.