JavaScript Editor js editor     Web development 



Main Page

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



JavaScript Editor js editor     Web development 
R7