Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

ctSetConnectionAttribute

The ctSetConnectionAttribute function sets a connection-level attribute.

Declaration

ctCONV NINT ctDECL ctSetConnectionAttribute(CTCONNECTION_ATTRIBUTE attr, cpVOID value);

Attribute

Value

CTCONNECTION_ATTRIBUTE_SKIP_LOCKS_IN_EXCLUSIVE_MODE

A null-terminated string.

 

Specify "y" to skip locks for tables open in exclusive mode.

 

Specify "n" to acquire locks for tables open in exclusive mode.

 

TOCIndex