Sudharshan,

I concur with Paul's intial post.  Database driven Flex applications are generally at least a 3-tier architecture.  1) UI = Flex; 2) Database = ?; 3) Middle tier (aka "application server") = ?.

Generally the middle tier is an http server.  However, in the case of <mx:RemoteObjects> it is an AMF server.

The SQL2005 issues raised by Tracy and Roger are a case where the database now bundles in http services.

For a very broad view of how to get data into Flex, following is a link for a Jeff Tapper article that does a good job comparing and contrasting the options (note:  the article is from the Flash era but is still relevant to Flex 2):
http://www.devx.com/webdev/Article/21803/0/page/1

Adobe has made the ColdFusion application server very Flex friendly.  You can find videos demonstrating some Flex Builder 2 wizards for creating ColdFusion/Flex 2 applications using <mx:RemoteObject> here:
http://www.adobe.com/devnet/coldfusion/articles/wizards.html
 
Flex 2 certainly integrates well with other application servers too.  Flex 2 is certainly very Java friendly, and there is an active PHP project AMFPHP for that application server.

hth,

g

On 9/14/06, Paul Andrews <[EMAIL PROTECTED]> wrote:
----- Original Message -----
From: "Sudharshan Rao" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Thursday, September 14, 2006 8:46 AM
Subject: [flexcoders] Flex - Database


> Hi,
>
> I am new to flex, Can somebody please help me in
>
> > how to connect to database through flex.
>
> Thanks in advance.

Flex doesn't connect directly to a database. You will need to use a
server-side technology and communicate with it using:

Http service, Web service, Flex Data Service, etc. - just check out the
tutorials on the adobe site and all over the web.

Paul

www.ipauland.com


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to