Answered
cfsqltype mismatch in CF8 with Oracle?
I'm running into a strange problem, and I'm wondering if
anyone else has noticed the same. I have a query that is returning
zero results in ColdFusion, but the same query returns 22 results
via the database.
The problem appears to be the cfsqltype. The database column is data type CHAR(5). When I specify the cfsqltype as cf_sql_char, the query returns zero results. When I specify the cfsqltype as cf_sql_integer, the query returns 22 results.
Has anyone else run into this?
The problem appears to be the cfsqltype. The database column is data type CHAR(5). When I specify the cfsqltype as cf_sql_char, the query returns zero results. When I specify the cfsqltype as cf_sql_integer, the query returns 22 results.
Has anyone else run into this?
