PDA

View Full Version : Flex to Database communication


kminev
06-27-2008, 10:08 PM
I am sorry for posting so frequently on the forums, but as I am very new to Flex I have a whole bunch of questions to find the answer to.

My questions is I need to to numerous calls and to database and I am currently doing that with xml web service which is very slow and intense processing. I need to link up to few different table from sequel server and based on the info returned from them I need to populate combo boxes, charts and so forth.

What is the best approach on dealing with multiple sources of data and plugging them in to flex applications.

Is communication directly to sequel server doable?

Thank you guys for all of your insightful suggestions.