How do I get flex to query my database? : adobe flex action script
Answer Posted / 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 |
Post New Answer View All Answers