Subject | How to get_lock() in firebird |
---|---|
Author | Doru Constantin |
Post date | 2010-10-21T06:43:20Z |
Hi, all
MySQL has a feature / function called: GET_LOCK(). Here is the link on
mysql manual:
http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html#function_get-lock
This GET_LOCK() function has nothing to do with blocking records.It's
like a "flag".
How to simulate this functionality in Firebird.
Thank you for your time.
./doru
MySQL has a feature / function called: GET_LOCK(). Here is the link on
mysql manual:
http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html#function_get-lock
This GET_LOCK() function has nothing to do with blocking records.It's
like a "flag".
How to simulate this functionality in Firebird.
Thank you for your time.
./doru