Re: [flexcoders] Re: SQL Server and Flex 2

2006-10-05 Thread Rogerio Gonzalez
Hi Judah,The connection to the server side is by XML/WebService/RemoteObject.Basically, your serverside script return an XML for your Flex application. In Flash 5, I was doing exact same thing, only that returns variable=valuevariable=valuevariable=value. So, XML is heaven! hehehe. Today, with

RE: [flexcoders] Re: SQL Server and Flex 2

2006-10-04 Thread Tracy Spratt
Of Tim Hoff Sent: Tuesday, October 03, 2006 10:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SQL Server and Flex 2 Tracy or anyone, Not to change the subject; just extend it a bit. Have you noticed a significant performance gain using HTTP over webservices? My testing

[flexcoders] Re: SQL Server and Flex 2

2006-10-04 Thread Tim Hoff
: [flexcoders] Re: SQL Server and Flex 2 Tracy or anyone, Not to change the subject; just extend it a bit. Have you noticed a significant performance gain using HTTP over webservices? My testing is purly local at this time. So, I'm interested what others have experienced in a production

Re: [flexcoders] Re: SQL Server and Flex 2

2006-10-04 Thread dorkie dork from dorktown
I was going to ask this yesterday but I find documentation on using Flex to connect to a database nearly non-existant, you know what I mean? I would like to see a step by step tutorial that says, Here is how you make a search page, results page, detail page and edit page in Flex WITH, and this is

[flexcoders] Re: SQL Server and Flex 2

2006-10-03 Thread Tim Hoff
Hi Joe, If you're using SQL Server 2005, you could use Rich's suggestion. However, if you're using SQL Server 2000, you could use ASP.Net as the middle tier. Here is an example of an ASP.Net webservice (VB.Net) that pulls data from SQL Server. View Example On the Flex side, search the help

[flexcoders] Re: SQL Server and Flex 2

2006-10-03 Thread jbeck_sound
You may also want to check out WebORB for .NET, which implements a Flex Data Services structure. You can write your business objects are .NET classes and let WebORB to the data translating for you. This allows you to work with primitives and with complex objects. You can find WebORB for .NET at

[flexcoders] Re: SQL Server and Flex 2

2006-10-03 Thread Tim Hoff
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Tuesday, October 03, 2006 10:00 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] SQL Server and Flex 2 Hi, To answer your last question, Flex doesn't run on IIS. You will need to either purchase a Java web server

Re: [flexcoders] Re: SQL Server and Flex 2

2006-10-03 Thread Igor Costa
-Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios Gianninas Sent: Tuesday, October 03, 2006 10:00 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] SQL Server and Flex 2 Hi, To answer your last question