RE: [flexcoders] How to connect SQL SERVER 2005 using FLEX?

2008-01-21 Thread Pavel Cristian Gabriel
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday, January 14, 2008 5:17 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to connect SQL SERVER 2005 using FLEX? Consider using dot.net as an integration tier. Establish a consistent communication patte

RE: [flexcoders] How to connect SQL SERVER 2005 using FLEX?

2008-01-14 Thread Tracy Spratt
Consider using dot.net as an integration tier. Establish a consistent communication pattern between your flex client and the server-side tier, and you will simplify future access to other data sources, avoid crossdomain problems, and have a ready platform to handle business logic that is not suita

Re: [flexcoders] How to connect SQL SERVER 2005 using FLEX?

2008-01-14 Thread Jeffry Houser
Officially you can't connect a Flex client directly to a database. You can use the socket classes to write your own SQL drivers though. If you Google, I believe that someone has started the work. That said, why not use C# on the server as middleware between a Flex client and the SQL Serve