MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties
Property group: Initialization
Property set: DBPROPSET_DBINIT
Type: VT_BSTR
Typical R/W: R/W
Description: Lock Owner
Indicates the string that the client wants displayed as its identifier when other clients attempt to access this resource. This property is ignored unless DBBINDURLFLAG_SHARE_* is specified. If DBPROP_INIT_LOCKOWNER is not specified, is NULL, or is empty, the provider should use the currently logged-in user name as the lock owner string.
For more information, see the reference entries for IBindResource::Bind and ICreateRow::CreateRow.