[flexcoders] Re: Usting Flex with a database

2005-05-18 Thread cmdpromptjunkie
Well I am very very new to the flex world :) but let me try and take a stab at your quesition. Flex opperates in a N-Tier model, specifically it is the presentation tier. In theory, flex can work with any database, as long as you properly set up your buisness tier to integrate with your database

[flexcoders] Binding a webservice result to a dataprovider

2005-05-25 Thread cmdpromptjunkie
Hello, I am relatively new to the flex community. I have a question regarding a small application that I'm developing to learn flex. I've tried a lot of things but no mater what I do I cannot seem to bind the result of this webservice call to a dataProvider (ideally a chart) :( Heres the code for