How do you lock when you have two different kinds of variables in the same
query?
For example:
<cfquery name="example" datasource="#application.dsn#">
SELECT *
FROM users
WHERE users.userid = #session.userid#
</cfquery>
Do you lock the where statement separately, nested in the overall
application lock?
(I'm using 4.0 here.)
Thanks.
-d
************************************************************
Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.