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 |
What is display object? : adobe flex action script
Explain about remote object? What is end point in remote object?
How do u generate random numbers within a given limit with Action script?
What is display container?
What is default frame rate of the timeline in frame per second? : adobe flex action script
What is the use of disableautoupdate method?
Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script
What is polymorphism in term of oop (flash actionscript)?
What is a view cursor?
What is an event sub class?
What is the difference between sealed class and dynamic classes in flex? : Adobe Flex ActionScript
Explain about measure() method? When this measure() method is called?