Ok I used the RDS CRUD Wizard which is an extension forFlex3. I created
Bean/DAO style CRUD CFCs using the wizard whichgave me the following
filesA Bean CFC, also called a Value Object, which contains theproperty
definitions and get and set methods. The DAO CFC, which contains the
following methods: read(primary key value)create(cfc instance)update(cfc
instance)delete(cfc instance)Data Service assembler CFC, which includes
a Bean (alsoreferred to as a Value Object), a DAO CFC, and an assembler
C...