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 the 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 defines a custom data type for the returned query and configures the DataGrid columns.