Hi All,
I am using FLEX 3, I have a sql server 2005 database that uses stored procedures, I need to display my data in multiple datagrids from multiple tables on one page using panels, what is the best way to go about this? I have tried creating an application from the data menu using the data wizard and have successfully connected to my database and displayed the results in a datagrid, but this seems very limited, using the wizard I cannot connect to more than one table, nor use a stored procedure, does anyone have any examples of a page that contains more than one datagrid, connects to more than one table and returns the data using a web service, if this is indead the most efficient way to do it.
Cheers
Start Free Trial