This tutorial shows how to query a database from a ColdFusion component (CFC) and display the results in a Flex application. Specifically, it:
1. Creates a CFC that queries the cfbookclub database and returns results.
2. Tests the CFC using cfinvoke and cfdump.
3. Binds the CFC method to a DataGrid component in Flex to display the database records. It configures the return type and maps fields to DataGrid columns.