macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: params not getting passed using stored procedures

Subject: Re: params not getting passed using stored procedures
From: Adam Cameron
Date: Thu, 28 Feb 2008 13:46:14 +0000
Newsgroups: macromedia.coldfusion.advanced_techniques

> This problem is solved and the way to solve it is to pass 
> dbvarname="@username"  I get this behavior on a Windows 2003 machine not a 
> Windows 2000 machine.

dbvarname is not supported in CF any more.  From memory, the history is
something like this:

CF5: supported
CFMX6: not supported
CFMX7-7.0.1: not supported
CFMX7.0.2: supported <----
CF8: not supported

There was one patch that brought support back, and it was there in the CF8
beta, but was removed again before release.

If you're finding this to work, it's coincidence, not design.  Don't rely
on it.

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_p-q_14.html

-- 
Adam

<Prev in Thread] Current Thread [Next in Thread>