Flex does not access any database directly (except maybe SQLServer, via native http endpoints) You must use a server platform for database integration. .Net, php, ColdFusion, java, etc are popular server tier platforms.
Flex communicates primarily via the RPC protocols, HTTPService, WebService, and RemoteObject. It does not care where the data resources are physically located. You will need a crossdomain file on the data server. Tracy Spratt, Lariat Services, development services available _____ From: [email protected] [mailto:[email protected]] On Behalf Of raja_s_patil Sent: Tuesday, April 14, 2009 1:00 AM To: [email protected] Subject: [flexcoders] Can Flex Access Database on different web server than application web server Hello, We plan to do as follows We will keep all application files on a web server say www.xxx.com and we would like to keep our database on all together different web server say www.yyy.com which is at different physical location. By doing so can flex application access data ? if yes what are the measures to be taken ? Thanks and best regards Raja

