Previous Topic

Next Topic

JoinTransaction - MaxBasic Function

JoinTransaction(MemTable: MemoryTable)

Allows temporary negative record numbers generated from AutoInc fields (such as Surrogate IDs) inside a database transaction to be updated in memory tables when the transaction is committed.

JoinTransaction function syntax has these named arguments:

Parameter

Description

MemTable

Required. The Memory table to update.

See Also

Script Functions

Book Contents

Book Index