Hello there,
I’m trying to find a runUpdateQuery tag script writing into my sql table in order to modify it.
Typing “insert” and “update” keywords in the logger without results.
Any help please?
Enrique
Hello there,
I’m trying to find a runUpdateQuery tag script writing into my sql table in order to modify it.
Typing “insert” and “update” keywords in the logger without results.
Any help please?
Enrique
The logger would be Gateway.Database.Updates
on TRACE - it won’t have the actual parameters, but will have the syntax of the statement.
I’d export your entire tag collection to XML then search that in your favorite code editor for ‘runUpdateQuery’. Look around at that point in the XML to identify the tag.
Thank you Paul, Phil nice tools for debugging,
XML tags export solved my problem.
It was a script into an UDT I forgot to look at.
Cheers