On Fri, 12 Dec 2003 16:53:10 -0600, Fogelson, Steve wrote: >Got the same error. I have never used the <@sql> tag. I placed <@sql> in the >results html of the DBMS action and saved the taf with the "Debug File" >Attribute. Didn't seem to print anything out besides the usual debug stuff. >Maybe because I have the DBMS error. I would like to learn how to use this >tag.
Actually, the error may have prevented Witango from ever getting to your @SQL tag, but it's always in the debugging output. If you have turned on the debugging for the file, and don't have debugmode = forceOff, then it should show at the bottom of your html, even if you drove an error. Or, you can just set request$debugMode=forceOn at the top of the TAF while you are debugging. If your server has system$debugMode = forceOff in your witango.ini file, you need to set a user or request variable with the same name to override the system settings. (Oops, you said T2K, so wherever I said "request" change it to "local".) Bill

