Complex Daata Types
Message | Complex object types cannot be converted to simple values. |
Detail | The expression has requested a variable or an intermediate expression result as a simple value. However, the result cannot be converted to a simple value. Simple values are strings, numbers, boolean values, and date/time values. Queries, arrays, and COM objects are examples of complex values. The most likely cause of the error is that you tried to use a complex value as a simple one. For example, you tried to use a query variable in a cfif tag. |
This is a message that I getting from a Mach II exception.
I am using orm to create an object from a Oracle database.
The object will return but I am not getting data from the database and the data is not populating the object.
If I use the EntityLoad(nameOfClass) method I get the error
Using the
writeDump(nameOfClass);
return(nameOfClass); will display the object. I noticed that the ID field in this object was empty.
Any suggestion here are welcome.
![]()
