CdbWorkspace::SetIsolateODBCTrans, GetIsolateODBCTrans Property

Sets or returns a value that indicates whether multiple transactions that involve the same Microsoft Jet-connected ODBC (Open Database Connectivity) data source are isolated (Microsoft Jet workspaces only).

Syntax

VOIDSetIsolateODBCTrans(BOOL b);

BOOLGetIsolateODBCTrans(VOID);

Set Parameters

Type Example Description
BOOL b A Boolean.

TRUEIsolate transactions involving the same ODBC connection.

FALSE(Default) Allow multiple transactions involving the same ODBC connection.