Thanks for your reply favrice,
I am new in the BaseX so if you little explore.
i have gone through the documentation within documentation these line has been given
declare
option
query:
read-lock
"foo,bar"
;
declare
option
query:
read-lock
"batz"
;
declare
option
query:
write-lock
"quix"
;
i have the file structure:
/bloomsbury/config/audit.xml
so i have to lock the audit.xml so how can i do that.
Regards
Dharmendra Kumar Singh
On Thursday, 17 August 2017 2:01 PM, Fabrice ETANCHAUD <fetanchaud@pch.cerfrance.fr> wrote:
Hi Dharmendra Kumar,
Maybe you shall have a look at the following resource :
Regards,
Fabrice Etanchaud
“Perfection is finally attained not when there is no longer anything to add,
but when there is no longer anything to take away."
Saint-Exupéry
De : basex-talk-bounces@mailman.uni-konstanz.de [mailto:basex-talk-bounces@mailman.uni-konstanz.de]
De la part de DK Singh
Envoyé : jeudi 17 août 2017 09:53
À : BaseX
Objet : [basex-talk] Implement read lock and write lock
Hi All,
How can i implement read lock and write lock, any functions to do this