SetupPrimaryTransactionBinder (open)

Register a transaction binder function, that will be called with the id of the primary WebHare transaction when that changes

Syntax

LOADLIB "mod::system/lib/database.whlib";

MACRO SetupPrimaryTransactionBinder(MACRO PTR bindfunc)

Parameters

MACRO PTR bindfunc

Function to call, signature: MACRO bindfunc(INTEGER transactionid)