FlexCamp Chicago presentation and examples
First I just want to thank everyone who attended the FlexCamp in Chicago. As promised here is the presentation I did and the two examples I walked through.
Presentation
Examples
(these use the sample database that ship with ColdFusion)

In setting up your code for the simple example, I came across a bug that could cause some grief for others. In the datagrid, you have the column datafield names in all lower case, by default, CF returns them as all uppercase. So you compile the app, you get no errors, but the datagrid is empty. Once I changed them to all uppercase it worked like a charm.