Re: [flexcoders] Re: Flex connection with Database

2008-04-02 Thread Chitra S.Pai
Hi Chris, Thank you for your reply.It sounds good. I am developing a web application. I am using a tag called Data source and LCDS and using that I am tyring to connect the Flex code to Database. Because my first impression is that I cannot connect Flex 3.0 without LCDS. I don't know more about

[flexcoders] Re: Flex connection with Database

2008-04-02 Thread gers32
Hi Chitra, I don't know exactly what kind of application you're working on, but I can tell you how I connect to a database from my Flex front-end. I use Flex's HttpService to call a URL, which then returns data sent from a Web Service. This Web Service can be written in Java, since you seem to ha