Hi Tim, Thanks for showing me the direction and it is great for my starting.
Steve --- In [email protected], "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > 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 > <http://weblogs.asp.net/astopford/articles/106476.aspx> > > -TH > > > --- In [email protected], "Tim Hoff" <TimHoff@> 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 > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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 <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

