Monday, March 17, 2008

CF/Oracle 8; expected NUMBER got DATE

Today i found this error in ColdFusion 7/Oracle 8

Error Executing Database Query. [Macromedia][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: expected NUMBER got DATE

It appeared to be the fact that oracle 8 misunderstands <cfqueryparam cfsqltype="cf_sql_bigint"> as a date.

No comments: