in my SQL connector I would like to return the executed SQL statement to calling business object for log purposes,
e.g.:
Parameter ‘request’: INSERT INTO tutyp (customer_id, langu, usertyp, utyptext, utyplongtext) VALUES (:CustID:, :langu:, :usertyp:, :utyptext:, :utyplongtext:);
returned parameter ‘statement’:INSERT INTO tutyp (customer_id, langu, usertyp, utyptext, utyplongtext) VALUES (1, ‘D’:, 01, ‘Operational’, ‘Operationaler User’);
Is this possible?
The full unresolved statement can be found in the Execution Log (INFO). The provided parameters are also provided. A resolved statement is not logged.
Cheers
I need it for my own application log.
That means I have to read info log after execution of sql statement?
But how do I get the right corresponding one?
You must be logged in to reply to this topic.
Enter the destination URL
Or link to existing content