Ask a Question related to Coldfusion Database Access, Design and Development.
-
Pythonic #1
Parenthesis in column name
I have a parenthesis in a column name, e.g. Discount(%). Unfortunately, I'm not
in a position to rename the column. When I try to display the value of that
particular column, ColdFusion treats it as a function and fails to process.
How can I fix this behavior so that ColdFusion does not consider parenthesis
as parameters list for a function name?
Pythonic Guest
-
#39550 [NEW]: unlink() does not work if filename contains parenthesis.
From: andy at advancethermal dot com Operating system: Windows XP Pro & 2003 Server PHP version: 5.2.0 PHP Bug Type: ... -
Font size is off (why in parenthesis?)
Okay, why does the size of one font in InDesign look like this? 11 pt(7.08) What's the deal here? -
ruby 1.8 space before argument parenthesis
Hi, I have just moved over to using 1.8 and on a previously working script I now get @field = getField (line) warning: don't put space before... -
Regular expressions and parenthesis in match text
Hi folks, I'm going bonkers with what should be a simple problem. I'm trying to change this text (don't worry about <ul> & </ul>, I've got that... -
nested parenthesis in regex and launching a new process
Two quick questions for the gurus: 1. How are nested parenthesis in a match m// backreferenced? I have a folder full of files: file_3.0... -
Pythonic #2
Re: Parenthesis in column name
Okay got. I surrounded it with [ ] and its working now.
Pythonic Guest
-
Pythonic #3
Re: Parenthesis in column name
But is there a solution to print the value of such a variable without having the rename the column name in the query?
Pythonic Guest
-
Pythonic #4
Re: Parenthesis in column name
But is there a solution to print the value of such a variable without having torename the column name in the query?
Pythonic Guest
-
Adam Cameron #5
Re: Parenthesis in column name
query[columnName][row]
Where columnName is a string containing the column name.
--
Adam
Adam Cameron Guest



Reply With Quote

