Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
ajpowellatl #1
variable availability
I know that unless you use the "var" keyword when declaring a variable within a
UDF, it makes that variable local to the function. If you don't use "var", the
variable is available throughout the CFC. My question is this: When creating
a query object within a function does it stay local to the UDF or is it
available throughout the CFC? If it is not local, please give an example of
how to make it local to the UDF.
TIA.
Andy Powell
ajpowellatl Guest
-
Template availability
*I have my own flash templates website. There some nice templates. Do not hesitate to ask any que? Referring URLs http://www.templatesmx.net -
JDK 1.4.2 Availability on AIX5L ?
Folks, Does anyone know when JDK 1.4.2 is expected to be available for AIX 5L ? I've had a quick look around the HP website but couldn't find... -
Filter Availability
Greetings- On occasion, when working with (what is presumably) a rasterized image, the Artistic/Brush Strokes/Stylize/Texture filters are not... -
Cookie availability
Hi Manohar. So, when the user turns cookies off, session ids cannot be created? Thanks, Robert Scheer "Manohar Kamath "... -
Panther Availability?
Hi Anyone know when Panther is supposed to be released to the masses? TIA Claude -
Adam Cameron #2
Re: variable availability
A query is just a variable like any other variable: it is in no way
"special".
<cfset var q = queryNew("")>
<cfquery name="q">
[etc]
--
Adam
Adam Cameron Guest
-



Reply With Quote

