Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Red-Hand #1
CFLOCK ?? Where and Why I must use it?
The user inserts info to the database through 5 steps. By each step he gets
info from the database and changes it and insert in back to the database.
My question is, should I use CFLOCK?? If ?Yes?, my second question is where?
On each page?
TanX
Red-Hand Guest
-
cflock timeout
The timeout property sets the amount of time a session variable will be active. Note that while you can make it shorter than the default timeout set... -
CFLOCK Error
I am getteing this error message when trying to get to the login page. Error Occurred While Processing Request Error Diagnostic Information Just... -
<cflock> help
AFAIK, cflock is used for protecting data in persistant scopes (i.e. session, application, client, server, etc...). Updates, deletes, inserts to... -
CFlock
Hi guys I have been reading up on the CFlock tag and I was just wondering is it really important that i include it in my CF application for the... -
Baffled by CFLOCK
I have a question about using CFLOCK. I am a self-taught programmer running CF 4.5 (and, I should say, helped a lot by the kind people on this... -
Paul Whitham TMM #2
Re: CFLOCK ?? Where and Why I must use it?
Given the interaction with the user then you should not use CFLock. It is
intended to lock out a tranactions from another happening at the same time
that will affect the record, such as two people trying to update one item at
the same time.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"Red-Hand" <webforumsuser@macromedia.com> wrote in message
news:d6i04m$e24$1@forums.macromedia.com...gets> The user inserts info to the database through 5 steps. By each step hewhere?> info from the database and changes it and insert in back to the database.
> My question is, should I use CFLOCK?? If ?Yes?, my second question is> On each page?
>
> TanX
>
>
Paul Whitham TMM Guest
-
Red-Hand #3
Re: CFLOCK ?? Where and Why I must use it?
Paul,
Tank you for posting. I knew about the function of CFLOCK. But I dont know where I have to use it !!!!
Red-Hand Guest



Reply With Quote

