[flexcoders] Re: How to put a well-formatted SQL statement in a string?

2009-04-14 Thread Amy
--- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: Hi Tracy, I bought the $19 FlexCubed FlexSQL, which uses a SWC and a server-side asp which I place in wwwroot/website. Talked to them and they do not support procs deadline means having to embed while look for proc

[flexcoders] Re: How to put a well-formatted SQL statement in a string?

2009-04-13 Thread smitade
Calling mssql procs through flex can be done using pyamf. Here's some code using pyamf: http://freevryheid.x10hosting.com/drupal/?q=node/15 --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: I have to embed my SQL within Flex until I can work out how to call a SQLServer proc from

[flexcoders] Re: How to put a well-formatted SQL statement in a string?

2009-04-13 Thread Mic
Hi Tracy, I bought the $19 FlexCubed FlexSQL, which uses a SWC and a server-side asp which I place in wwwroot/website. Talked to them and they do not support procs deadline means having to embed while look for proc solution. They pass the e.g. select statement to their SWC as a string,

[flexcoders] Re: How to put a well-formatted SQL statement in a string?

2009-04-13 Thread Mic
Thanks - on my way there right now, Mic. --- In flexcoders@yahoogroups.com, smitade smit...@... wrote: Calling mssql procs through flex can be done using pyamf. Here's some code using pyamf: http://freevryheid.x10hosting.com/drupal/?q=node/15 --- In flexcoders@yahoogroups.com, Mic