|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Locking and Unlocking the Application Object |
From: |
Pete |
Date: |
2/15/1999 11:24:04 AM |
IP: |
193.133.140.50 |
I know its a good idea to lock the application object when updating it but do you have to do that if you are just reading from it?
For example, if I wanted to just display a value held in Application("Test") which should I use :
<%Application.lock
Response.Application("Test")
Application.unlock%>
OR
<%Response.Application("Test")%>
Thanks
Pete |
Follow Up - Re: Locking and Unlocking the Application Object - chris 3/2/1999 2:47:11 PM
|
|
|
|
|
|
|
|
|
|
|
|