Re: [flexcoders] Flex - Database

2006-12-16 Thread Rich Tretola
Ted, Did you ever post any of these class files? Rich On 9/15/06, Ted Patrick [EMAIL PROTECTED] wrote: Greg, I have been playing with a custom MYSQL Class for AS3 based on Socket. It uses flash.net.Socket to connect directly to a database natively and exchange data. flash.net.Socket is

RE: [flexcoders] Flex - Database

2006-09-18 Thread Jonas Windey
with a tip? Jonas -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: vrijdag 15 september 2006 11:31 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex - Database That's true, but there would be nothing to stop anyone building

RE: [flexcoders] Flex - Database

2006-09-18 Thread Jonas Windey
with a tip? Jonas -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: vrijdag 15 september 2006 11:31 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex - Database That's true, but there would be nothing to stop anyone building

Re: [flexcoders] Flex - Database

2006-09-15 Thread Tom Chiverton
On Thursday 14 September 2006 16:02, Tracy Spratt wrote: If this functionality is the same as the SQLXML functionality I played with a year or so ago, SQL Server provides an url against which you can make SQL queries. Handy, but you really shouldn't be using it. The temptation then will be to

Re: [flexcoders] Flex - Database

2006-09-15 Thread Paul Andrews
I'll get flamed for this.. Paul - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, September 15, 2006 10:15 AM Subject: Re: [flexcoders] Flex - Database On Thursday 14 September 2006 16:02, Tracy Spratt wrote: If this functionality

Re: [flexcoders] Flex - Database

2006-09-15 Thread Paul Andrews
time on intranet applications, forgetting about those devious sorts out there.. Paul - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, September 15, 2006 11:55 AM Subject: Re: [flexcoders] Flex - Database On Friday 15 September 2006 10

Re: [flexcoders] Flex - Database

2006-09-15 Thread Tom Chiverton
On Friday 15 September 2006 12:49, Paul Andrews wrote: I've spent too much time on intranet applications, forgetting about those devious sorts out there.. Heh, me too :-) Nice to pop back to the big bad world sometimes though - the majority of security breeches come from people inside the

Re: [flexcoders] Flex - Database

2006-09-15 Thread Tom Chiverton
Nothing the client does (or asks to be performed) should be trusted, which is why business layers live on servers. Oh, collery: Using FDS data-sync is a bad idea from this point of view, as it allows the app very fine grained access (i.e. at the level of tables) as opposed to a high level

RE: [flexcoders] Flex - Database

2006-09-15 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, September 15, 2006 5:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex - Database On Thursday 14 September 2006 16:02, Tracy Spratt wrote: If this functionality is the same as the SQLXML

RE: [flexcoders] Flex - Database

2006-09-15 Thread Ted Patrick
Greg, I have been playing with a custom MYSQL Class for AS3 based on Socket. It uses flash.net.Socket to connect directly to a database natively and exchange data. flash.net.Socket is an intrinsic class within the Flash Player 9 and provides a true Binary TCP/IP Socket. TCP/IP

[flexcoders] Flex - Database

2006-09-14 Thread Sudharshan Rao
Hi, I am new to flex, Can somebody please help me in how to connect to database through flex. Thanks in advance. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Flex - Database

2006-09-14 Thread Paul Andrews
- Original Message - From: Sudharshan Rao [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 14, 2006 8:46 AM Subject: [flexcoders] Flex - Database Hi, I am new to flex, Can somebody please help me in how to connect to database through flex. Thanks

Re: [flexcoders] Flex - Database

2006-09-14 Thread Rogerio Gonzalez
, 2006 8:46 AM Subject: [flexcoders] Flex - Database Hi, I am new to flex, Can somebody please help me in how to connect to database through flex. Thanks in advance. Flex doesn't connect directly to a database. You will need to use a server-side technology and communicate with it using

Re: [flexcoders] Flex - Database

2006-09-14 Thread Paul Andrews
- Original Message - From: Rogerio Gonzalez To: flexcoders@yahoogroups.com Sent: Thursday, September 14, 2006 2:00 PM Subject: Re: [flexcoders] Flex - Database You can connect "direct" to database with webservices in SQL2005 (end points)Rogerio

RE: [flexcoders] Flex - Database

2006-09-14 Thread Tracy Spratt
@yahoogroups.com Subject: Re: [flexcoders] Flex - Database - Original Message - From: Rogerio Gonzalez To: [EMAIL PROTECTED]ups.com Sent: Thursday, September 14, 2006 2:00 PM Subject: Re: [flexcoders] Flex - Database You can connect direct

Re: [flexcoders] Flex - Database

2006-09-14 Thread Rogerio Gonzalez
Hi Tracy and others... I had a lot of problems with it at the time and gave up, but if they got it working then it will be a very effective answer to "how do I query a database with Flex?"I have troubles with that in past too (Flash + SQL + IIS) with security issues. This time, the MS seems to

Re: [flexcoders] Flex - Database

2006-09-14 Thread greg h
] wrote: - Original Message -From: Sudharshan Rao [EMAIL PROTECTED]To: flexcoders@yahoogroups.com Sent: Thursday, September 14, 2006 8:46 AMSubject: [flexcoders] Flex - Database Hi, I am new to flex, Can somebody please help me in how to connect to database through flex. Thanks

Re: [flexcoders] Flex - Database

2006-09-14 Thread Nick Collins
, gOn 9/14/06, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message -From: Sudharshan Rao [EMAIL PROTECTED]To: flexcoders@yahoogroups.com Sent: Thursday, September 14, 2006 8:46 AMSubject: [flexcoders] Flex - Database Hi, I am new to flex, Can somebody please help me in how to connect