>- see footer for list info -< The casing problem is only a problem if you're using strick typing?
Ade -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kerry Sent: 28 September 2005 11:44 To: Coldfusion Development Subject: RE: [CF-Dev] Flash remoting >- see footer for list info -< the only problem that i know of with raw queries is the upper case column names. its not really a big problem, as long as the flash guy doesnt mind ensuring that he uses uppercase for query results. simply to keep to a self imposed standard of lower case, i convert all my queries to an array of structs with lower case keys before sending them on to flash. array of structs instead of struct of arrays also keeps the flash developer happy, i forget why. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Snake Sent: 28 September 2005 11:30 To: 'Coldfusion Development' Subject: [CF-Dev] Flash remoting >- see footer for list info -< I am getting someone to design a flash component for me that I will need to supply data to, so I guess Flash Remoting Is my best bet. Is there any recommended format for said data, i.e what is the easiest for flash to work with and send back in the same format? As I understand it Flash can take a structure, so could I just send it the raw query? Russ _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
