oi Stephen!!

i've never used the type attribute for any of my locks....i just always give them a 
name.....

i just checked the settings in the admin, and they are the same for both servers :(


Crit




------------------------------------
Thursday, July 10, 2003, 10:04:15 AM, you wrote:

SM> Critz,

SM> You need a lock type on your cflock, but other than that I can't see
SM> anything...

SM> Ahhhh... Unless the settings for locking are different between the two
SM> servers.  The lock settings being stricter on the second server.

SM> Stephen
SM> ----- Original Message ----- 
SM> From: "Critz" <[EMAIL PROTECTED]>
SM> To: "CF-Talk" <[EMAIL PROTECTED]>
SM> Sent: Thursday, July 10, 2003 2:44 PM
SM> Subject: Setting of application variable error...


>> oi CF-Talk,!!
>>
>>   This code seems to work fine when it was on another server, now it
SM> throws errors:
>>
>>   code:
>> <cflock name="#createUUID()#" throwontimeout="Yes" timeout="20">
>>         <cfif not isDefined("application.getSuffix")>
>>                 <cfquery name="getSuffix" datasource="#request.dsn#">
>>                         SELECT DISTINCT STREET_SUFFIX FROM
SM> assessor_#safeCountyName# where STREET_SUFFIX <> '' order by STREET_SUFFIX
>>                 </cfquery>
>>                         <cfset application.getSuffix =
SM> duplicate(getSuffix)>
>>         </cfif>
>>         <cfabort>
>>
>>         .................
>>
>> Error:
>>
>> application.getSuffix = duplicate(getSuffix)
>>
>>
>>
>> Error near line 15, column 10.
>> --------------------------------------------------------------------------
SM> ------
>>
>> Cannot assign result to symbol application.getSuffix
>>
>>
>> any ideas?
>>
>> Crit
>>
>>
>> ---
>> [This E-mail scanned for viruses by Declude Virus]
>>
>> 
SM> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to