[flexcoders] Flex 2:Having a major problem with what should be very simple.

2005-11-16 Thread Greg Johnson
I have an oracle database setup on one server. I have CF setup on another server with a datasource setup connecting to the oracle server. I am querying oracle and getting back result set. Included in that result set (from what I can see) is a field called Abstract with a type of Long. It

Re: [flexcoders] Flex 2:Having a major problem with what should be very simple.

2005-11-16 Thread David Harris
One thing to check is what the CFC is return from the function call by writing a .cfm to call the function the same way. Another test is to check what the CFC is recieving in it's arguments. EG: After all your VARed variables, do something like this cfset var foo = cfsavecontent