Hi,
I generate my SQL string dynamically and store it in a variable. I tried to use that variable inside the <CFQUERY> tag, but it generates the following error.
..............
ODBC Error Code = S1000 (General error)
[Oracle][ODBC][Ora]ORA-00907: missing right parenthesis
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (134:1) to (134:44).
..................
I have tried to enclose CFQUERY inside CFOUTPUT but I get the same error message.
Please HELP!!
I generate my SQL string dynamically and store it in a variable. I tried to use that variable inside the <CFQUERY> tag, but it generates the following error.
..............
ODBC Error Code = S1000 (General error)
[Oracle][ODBC][Ora]ORA-00907: missing right parenthesis
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (134:1) to (134:44).
..................
I have tried to enclose CFQUERY inside CFOUTPUT but I get the same error message.
Please HELP!!