I'm running a query to an Oracle database through Cold Fusion and the following error is coming back to me:

[Microsoft][ODBC driver for Oracle][Oracle]ORA-03115: unsupported network datatype or representation

What does this mean exactly? I'm guessing there is some data type that the ODBC driver is having trouble passing back to the Cold Fusion application. If so, why would this happen?

I've ran the same exact query in SQL*Plus and it works fine. Any help here? Thanks in advance...