I'm using Flash Remoting to retrieve a query from a .cfc file to flash. While
passing a string works using the <cfcomponent> and <cffunction>, changing the
cfc to generate a query failed to get any response from Flash. Even a trace
within the _result function did not execute so I assumed that there wasn't
even a connection at all. I was using a sample code from Macromedia's
Coldfusion article on Flash remoting:
www.macromedia.com/devnet/mx/coldfusion/articles/remoting_05.html
any help would be appreciative
hungard - 27 Jul 2004 17:28 GMT
Ok, found my error. It seems that cfc files do not accept reference variables.
I was using one to identify the datasource of the query.
Besides that, has anyone used the new Service function instead of the
NetServices.createGateway method? What is the name of the queried results?