Is there a way to determine from the SPT cursor what underlying SQL column/tables are being affected?
Example:
Select * from Invoice I, Detail D where I.invno=D.invno
Currently looking at the result of the cursor you get duplicate fields resulting (INVNO, INVNO1) but have no way to determine...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.