Question
[Macromedia][Oracle JDBC Driver][Oracle]ORA-00904
I keep getting the following error message
[Macromedia][Oracle JDBC Driver][Oracle]ORA-00904: "REVISIONDATE":
invalid identifier from a call to a method in a CFC.
The method basically runs the following query in a CFQUERY tag
SELECT REVISIONDATE,TITLE FROM TBL_DOCUMENTS WHERE UUID=<cfqueryparam type="cf_sql_varchar" value="#arguments.uuid#">
I have recently added the new field REVISIONDATE to the database table.
I have checked to ensure the field exists (which it does). I have actually ran the query as a stand alone script and it works without any errors.
The method basically runs the following query in a CFQUERY tag
SELECT REVISIONDATE,TITLE FROM TBL_DOCUMENTS WHERE UUID=<cfqueryparam type="cf_sql_varchar" value="#arguments.uuid#">
I have recently added the new field REVISIONDATE to the database table.
I have checked to ensure the field exists (which it does). I have actually ran the query as a stand alone script and it works without any errors.
