Question
Oracle fixedString
When I use thin JDBC driver to Oracle, the comparation of
char columns with cfqueryparam must have the exact length, but if I
use the fixedString connection property it would compare without
the trailing blanks.
I try in the "Connection String" "fixedString=true" but it does not work
I try in the "Connection String" "fixedString=true" but it does not work
