Hi guys
I'm puzzled
(SQL Server 2k, CF5, shared host)
Whilst rewriting some of the sp's on our site, I have explicitly stated
Debug="No" in the cfstoredproc tag ... yet I am still getting debug info at
the bottom of the page (get same result whether set to yes or no)
If I leave the debug line out so that it **defaults** to no then it is
**not** output ...
Any ideas?! What am I doing wrong by defining it !!
Code as below for a v simple one :-)
(username etc changed to protect the guilty)
<cfstoredproc
procedure = "[name of procedure]"
dataSource = "[mydatabase]"
username = "[myusername]"
password = "[mypassword]"
debug = "No"
returnCode = "Yes">
<cfprocresult name = [return name]>
</cfstoredproc>
Many thanks
Chris
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]