[thelist] CF smoke and mirrors

Raymond Camden jedimaster at macromedia.com
Thu Jul 19 13:17:33 CDT 2001


> <cfquery name="get_profile_columns" datasource="#application.datasource#"
> dbtype="#application.dbtype#">
>          SELECT      *
>          FROM        member_profile
>          WHERE     member_id = #session.member_id#
> </cfquery>
>

I hate to be anal, but don't forget that you need a CFLOCK tag pair around
the code above. Scope would be Application and type would be ReadOnly.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : jedimaster at macromedia.com
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda





More information about the thelist mailing list