Is a work area open in SHARED or EXCLUSIVE mode?

I Love Xbase++ (ILX)
The portal for Xbase++ developers worldwide

Pat France

New member
Staff member
I am here to help you!
Aug 9, 2022
22
3
3
Customer Identifier
E114627
The following code can be used for determining whether a work area is open in SHARED or EXCLUSIVE mode:

Xbase++:
include "dmlb.ch"
(...)
lShared := DbInfo( DBO_SHARED )

See the documentation on function DbInfo() for further information.