Returns a Boolean value that indicates whether an object supports transactions.
GetTransactions returns TRUE if the object supports transactions. Snapshot- and forward-only–type Recordset objects always return FALSE.
Syntax
BOOLGetTransactions(VOID);
Remarks
You can use the Transactions property with dynaset- or table-type Recordset objects in a Microsoft Jet workspace, and with any Recordset object in an ODBCDirect workspace.