I have an Application variable with info about the database (DSNName ,
UserName etc).
The variable is a struct and some of the keys are structs themselfs.
When i talk to the databse i use a set of CustomTags, to witch i send the
Application varibel as an attribute.
For example
<CF_getUserInfo
UserID="343"
stDatabase="#Application.stDatabase#">
Do i have to lock the call to the CustomTag ?
I dont really know what happends when the application variable is passed as
an attribute to a CustomTag, but when
i turn on "Full checking" in the Administrator i get an locking
error........
How should i lock this ?
Locking the whole CustomTag call seems very inficient.....
I could copy the Application.stDatabase to a local varible befor calling the
CustomTag (and lock that), but is a "nested" struct so
i would have to use the duplicate function, that also seems inficient.
Any idees ?
/Ruben Chadien
------------------------------------------------------------------------------
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.