Ask a Question related to Coldfusion Database Access, Design and Development.
-
CFRAM #1
Record Lock in Oracle
We wanted to lock the record for update and wanted to consider which lock to be used <CFLOCK> Or Oracle Select lock for update? Experts please advise.
Thanks
CFRAM Guest
-
Oracle Database Lock Issue
Hi, I have a SQL statement that I execute obn Oracle 9i Database: select lnum from parolee Where lNUM='#trim(UCase(Form.fnum))#' FOR UPDATE... -
Stop adding record in subform after record count = 1
Can someone help in in what to put after the THEN statment to allow one entry if the Record count is =>1 in the Before insert or should I set the... -
Adding a new record when the record source is a query.
Hello All, I have a form that runs a query. The reason it runs on a query is because prior to it opening I have a form from which you can pick... -
Lock record
I have a master(Order) and a details(Items) table. I need to lock a record from master table when select it and check if another one have locked it... -
Releasing a Record Lock
I have Filemaker Pro 5, Server, running our database. Currently what is happening is the 1st user will make a modification, finish, and then leave... -
MikerRoo #2
Re: Record Lock in Oracle
When a DB lock is available, it is always better than CFLOCK.
MikerRoo Guest
-
CFRAM #3
Re: Record Lock in Oracle
can somebody send me a sample code or point me to article that has sample to implement <cflock> for db update.
Thanks
CFRAM Guest



Reply With Quote

