[flexcoders] Re: Connecting to a sql or an aCcess database through flex

2006-06-06 Thread Iuliu Burtoiu
Hi Rama, Check this out: http://fluorine.thesilentgroup.com/fluorine/index.html (you may want to see Using Flash Remoting section) Iuliu __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[flexcoders] Re: Connecting to a sql or an access database through flex

2006-06-06 Thread iuliub
Hi Rama, Check this out: http://fluorine.thesilentgroup.com/fluorine/index.html (you may want to see Using Flash Remoting section) Iuliu --- In flexcoders@yahoogroups.com, rama satoskar [EMAIL PROTECTED] wrote: Hi all, Can anyone teach a way to connect the flex application to an access

[flexcoders] Re: Connecting to a sql or an access database through flex

2006-06-06 Thread Tim Hoff
Hi Rama, Getting SQL Server or Access data into Flexisn't that difficult. However, it's not that easy either. There are currently several different technologies that you can use to get .NET data into Flex. They include: Web Services, HTTPService, Flash Remoting, WebOrb and Fluorine. In

RE: [flexcoders] Re: Connecting to a sql or an access database through flex

2006-06-06 Thread Tracy Spratt
I recommend HTTPService. Web services are unnecessarily complicated if you have control of both client and server. To use HTTPService, just create an aspx application with the content-type =text/xml. Then use the .net data access objects to talk to the database, and return XML to the

[flexcoders] Re: Connecting to a sql or an access database through flex

2006-06-06 Thread Tim Hoff
Yeah, you're right Tracy. The HTTPService route may be better in this case. Thanks for the input. Tim --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I recommend HTTPService. Web services are unnecessarily complicated if you have control of both client and