Hi,

any one have (or can point me to) any good examples of a general data-access
layer implemented as a CFC(s).

I'm designing something that routes in particular all updates/inserts via
the single set of functions. Schema information is built form the database
and cached and used to build structures that define the
cols/datatypes/nullable/validations etc that are used to buld insert and
update statements. Whether you are updating one field or all fields the same
code will be used and take advantage of <cfqueryparam> for all parameters
other than literals like sysdate/getDate().

Elliot Russo



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to