[flexcoders] Re: Build Release (generated on Windows) returns NULL query values

2012-01-30 Thread valdhor
Use Charles (www.charlesproxy.com) to see if the data you are expecting to come across the pipe is actually there. If the data is there, you have a bug in your Flex code. If it isn't, you have a bug in your CFC. --- In flexcoders@yahoogroups.com, hermeszfineart hermeszfineart@... wrote: when

[flexcoders] Re: Build Release (generated on Windows) returns NULL query values

2012-01-30 Thread hermeszfineart
Issue resolved. The problem was, in part, with my MySql setup and the ip addresses I had set it up to listen to for this particular app. Secondary to this was in the CFC used to connect to the CF Data Source (username password for the DB).