Yourwelcome.
Best
-- Igor Costa
On 2/14/07, Rodrigo Cohen <[EMAIL PROTECTED]> wrote:
Hi Igor !
I know Flex Brazil list and receive the mail posts.
My problem is that I don't want to use ColdFusion or any app that uses a
huge app server.
Thinking better, I got a solution with using Java (jsp) on a localserver
(apache) connecting directly to the remote server and returning xml data.
Common issue for any regular Flex developer... :)
Thanks for your help !
Rodrigo.
2007/2/14, Igor Costa <[EMAIL PROTECTED]>:
>
> Rodrigo
>
> Do you know Flex Brazil List? www.flexbrasil.org
>
> For your request, I not sure what excatly you are looking for, but in
> first instance, you could get this.
>
> Working with Database you can use the ColdFusion to generate an XML
> using the Component instance or something related. Then you could
> ask to Flex to load via <mx:HTTPService id="Rodrigo" url=" yourURL.com/coldfusionXML.cfc"
useProxy="false"/>
>
> than you could change the format and send to an temporary
> arrayCollection like this.
>
> [Bindable]
> public var myList:ArrayCollection;
>
> private function convertRodrigoIntoArrayCollection():void
> {
> Rodrigo as myList;
> }
>
> Then you initiate
>
> <mx:DataGrid createComplete="convertRodrigoIntoArrayCollection()"
> dataProvider="myList"/>
>
>
> Maybe you help you out.
>
> Best
> --Igor Costa
> On 2/14/07, Rodrigo Cohen <[EMAIL PROTECTED] > wrote:
> >
> > Hi all !
> >
> > I'm new here and a new "Flex Lover" !
> >
> > I've been developing ColdFusion apps in my country (Brazil) for a
> > couple of years and now just began to work (like real beginner) with Flex.
> >
> > Well, as a new Flex Lover, I have a beginner question:
> >
> > How is the best way to retrieve data from an access database in a
> > remote computer ?
> >
> > For example: I have a http://remoteserver.com/remoteaccess.mdb
> >
> > This computer doesn't have webserver or anything else installed.
> >
> >
> >
> > My question is what is the most common way to make that connection and
> > return the XML List ?
> >
> > I'm prefer the cheaper and easier method⦠J
> >
> > Like PHP or ASP or even an XML templateā¦
> >
> >
> >
> > Thanks for everybody !!!
> >
> >
> >
> > Rodrigo.
> >
> >
> >
> >
>
>
> --
> ----------------------------
> Igor Costa
> www.igorcosta.org
> www.igorcosta.com
> skype: igorpcosta
>
>
--
----------------------------
Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta