Complex object types cannot be converted to simple values.
|
|
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 are trying to use a complex value as a simple one. For example, you might be trying to use a query variable in a <CFIF> tag. This was possible in ColdFusion 2.0 but creates an error in later versions.
|
| |
The error occurred in /home/bway/public_html/bway/columns.cfm: line 22
|
20 : </cfquery>
21 :
22 : <cfoutput query="#getc#">
23 : copy
24 : </cfoutput>
|
|
|
Resources:
|
| Browser |
CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| Remote Address |
38.103.63.17 |
| Referrer |
|
| Date/Time |
11-May-08 11:52 PM |
|