Hi Isomorphic,
I'm analyzing a situation a few days where I'm not sure if the data present in the table at that very time matches the data I'd expect.
Knowing the total row count for fetches at that time would have helped me a lot.
Could you include the resulting row count in this log entry?
Thank you & Best regards
Blama
I'm analyzing a situation a few days where I'm not sure if the data present in the table at that very time matches the data I'd expect.
Knowing the total row count for fetches at that time would have helped me a lot.
Could you include the resulting row count in this log entry?
Code:
[builtinApplication.T_RESELLER_SALESAREA_fetch] Executing row count query: SELECT COUNT(*) FROM $defaultTableClause$defaultAnsiJoinClause WHERE $defaultWhereClause [builtinApplication.T_RESELLER_SALESAREA_fetch] derived query: SELECT $defaultSelectClause FROM $defaultTableClause$defaultAnsiJoinClause WHERE $defaultWhereClause ORDER BY $defaultOrderClause [B][builtinApplication.T_RESELLER_SALESAREA_fetch] Eval'd row count query: SELECT COUNT(*) FROM T_RESELLER_SALESAREA ....[/B] ...normal further request processing...
Blama
Comment