Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Flex and Access...

Avatar

Former Community Member
Hi,



How do you connect Flex and Access together ?...Suppose I
have a form in Flex that captures user registration and I want to
submit that to a database, how do I do it ?...Do I need Flex Data
Services for this or can I just build it without it ?...
1 Reply

Avatar

Level 2
No. You don't need FDS.



Let me ask you another question: how do you currently connect
to your Access DB in your WEB APP? JEE, .NET, ColdFusion, PHP...?



You'd keep your server side code as it is, let's just say in
.NET. And hit the application url using Flex frameworks HTTPService
class. This is exactly like using Ajax to get data from server
side.



ATTA