ISTRANSACTABLE( ) Function

Returns a logical value indicating if a free table or free cursor supports transactions.

ISTRANSACTABLE([nWorkArea | cAlias])

Parameters

  • nWorkArea
    Specifies the work area of the free table or free cursor for which ISTRANSACTABLE( ) determines if transactions are supported.
  • cAlias
    Specifies the alias of the table or cursor for which ISTRANSACTABLE( ) determines if transactions are supported.

Return Value

Logical. Returns a logical true (.T.) if a free table or free cursor supports transactions, otherwise a logical false (.F.) is returned.

Remarks

Use the MAKETRANSACTABLE( ) Function to allow a free table or free cursor to support transactions.

See Also

Reference

MAKETRANSACTABLE( ) Function
BEGIN TRANSACTION Command
END TRANSACTION Command
ROLLBACK Command