Sorry Steve,

Part 2 of the .Net WebService article is a better example, related to your question.

http://weblogs.asp.net/astopford/articles/106476.aspx 

-TH


--- In [email protected], "Tim Hoff" <[EMAIL PROTECTED]> wrote:
>
>
> 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
> <http://weblogs.asp.net/astopford/articles/105551.aspx>
>
> Remoting:
> http://weblogs.asp.net/astopford/articles/111692.aspx
> <http://weblogs.asp.net/astopford/articles/111692.aspx>
>
> WebOrb (FDS for .NET):
> http://www.themidnightcoders.com/index.htm
> <http://www.themidnightcoders.com/index.htm>
>
>
> --- In [email protected], "stevenxiu" stevenxiu@ 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





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to