How do I get flex to query my database? : adobe flex action script
Answer / Amit Kumar Srivastava
To perform database queries in Flex, you typically use RemoteObject or WebService components that communicate with a server-side data service. You'll need to define the remote object, specify the service endpoint, and create methods for querying your database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between flex 3 and flex 4?
What are the advantages and disadvantages of using flex? And why flex wins over other technologies?
Difference between Java & Flex Getters Setters?
Explain about remote object? What is end point in remote object?
Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script
What is event flow in term of event handling in flash action script 3.0?
Difference between data grid and advanced data grid?
Can I still build flex 2 applications with flex builder 3 beta 3?
How do u generate random numbers within a given limit with Action script?
Where can I find out additional information about flex 3 beta 3?
How do I run flex as a service?
How do I get flex to query my database?