How do I get flex to query my database?
Answer / Rahul Gaur
To interact with a database in Adobe Flex, you typically use a server-side technology like ColdFusion, PHP, or ASP.NET. On the client side, you can utilize services provided by these technologies, such as Remote Objects (for ActionScript Remoting), Web Services, or RESTful services. However, Flex does not natively support database interaction without a server-side component.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between stoppropagation and stopimmediatepropagation()?
How can you show a jpg image in dynamic text field? : adobe flex action script
Ow binding works in mxml components in flex? : adobe flex action script
Difference between sealed class and dynamic class?
What is the difference between changewatcher.watch, and bindingutils.bindproperty? : adobe flex action script
What is display object?
How binding works in mxml components in flex?
What is state? What is the difference between states and viewstack in flex?
Can flex applications communicate with each other on the client? : adobe flex action script
Difference between swc and swf file?
What is a filter function?
What is flex?