Hi Steve,

Here are a couple of links to get you moving in the right direction.  A SQL Server database can be accessed directly with an HTTP parameter string and FOR XML output.  But this method isn't recommended due to the possibility of SQL injection.  Most SQL Server based applications implement a middle tier (like ASP.NET) to seperate the database from business and security logic.  On the Flex side, you can use WebService, HTTPService, or RemoteObject.  WebService is the most generic, but also the slowest.  HTTPService is faster than WebService because SOAP isn't involved.  RemoteObject is the method of choice for performance, because serialized data (AMF) is sent across the wire.  I hope that this helps you get started.

-TH

WebService:
http://weblogs.asp.net/astopford/articles/105551.aspx 

Remoting:
http://weblogs.asp.net/astopford/articles/111692.aspx 

WebOrb (FDS for .NET):
http://www.themidnightcoders.com/index.htm 


--- In [email protected], "stevenxiu" <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I am new to Flex and saw a very cool sample
> http://www.kevinkaz.com/flex2/
>
> How does the application connect to MS-SQL server? I have searched many
> forums and never got luck to see a good answer about database
> connection .etc.
>
> Any expert please point me to the right way. A sample will be great
> appreciated.
>
>
> Steve
>

__._,_.___

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





YAHOO! GROUPS LINKS




__,_._,___

Reply via email to