Is there a way to view the update sql statement generated by a dw?
- David Sternberg
- PowerBuilder
- Monday, 21 May 2018 15:22 PM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
Messagebox ('SQLPreview', sqlsyntax)
END IF
Thanks, using Oracle 12, Appeon 2017 B1681, home grown IFC. Now how do I see all the data values in the arguments like id = :1 and field2 = :2 and so on up to :15?
You can even use PB's SQL Trace facility for even better SQL tracing ... with no added coding, as follows:
For example:
SQLCA.DBMS = "TRACE XXX" // where XXX is you App's connection mechanism
HTH
Regards . .. Chris