Hi
I am having probs with a CLOB datatype in my CF application.
I have a table with a field called description in it. The database is oracle 8i the description field is a CLOB. I am trying to search using a keyword search on the description field. Everything else in the application works fine except the search function returning an oracle inconsistent datatypes error. So I changed the description dataype to VARCHAR2 .The search function now works but I get runtime errors now which weren't there b4
Error resolving parameter ATTRIBUTES.BINTYPE and
Error while executing cf_binTx:
Attribute "txID" Must be a Numeric Value
I don't understand this at all as I have not altered any code in the application.Also I am getting different runtime errors in the test environment and production environment. Both the test and production applications point to the same production database though.I altered the database via SQLPlus.
I did not write the origninal application but I think the txID is an attribute in the custom tag BinTx
Any help is greatly appreciated
I am having probs with a CLOB datatype in my CF application.
I have a table with a field called description in it. The database is oracle 8i the description field is a CLOB. I am trying to search using a keyword search on the description field. Everything else in the application works fine except the search function returning an oracle inconsistent datatypes error. So I changed the description dataype to VARCHAR2 .The search function now works but I get runtime errors now which weren't there b4
Error resolving parameter ATTRIBUTES.BINTYPE and
Error while executing cf_binTx:
Attribute "txID" Must be a Numeric Value
I don't understand this at all as I have not altered any code in the application.Also I am getting different runtime errors in the test environment and production environment. Both the test and production applications point to the same production database though.I altered the database via SQLPlus.
I did not write the origninal application but I think the txID is an attribute in the custom tag BinTx
Any help is greatly appreciated