hi.
i'm testing my components by invoking them from within CF. everything is working except on certain components i am getting this error:
Complex object types cannot be converted to simple values.
is there a way around this so i can see the values i'm trying to return?
what i'm looking for it to return is this:
windows xp
OS version
and my query looks like this:
SELECT event_data, event_type, COUNT(*) AS count
FROM myTable
where event_data would return "windows xp" and event_type would return "OS version".
thanks for any help.
fumeng.
i'm testing my components by invoking them from within CF. everything is working except on certain components i am getting this error:
Complex object types cannot be converted to simple values.
is there a way around this so i can see the values i'm trying to return?
what i'm looking for it to return is this:
windows xp
OS version
and my query looks like this:
SELECT event_data, event_type, COUNT(*) AS count
FROM myTable
where event_data would return "windows xp" and event_type would return "OS version".
thanks for any help.
fumeng.