BindTransactionToTable (open)
Link a table variable to an external table
Syntax
// Core function, no LOADLIB necessary
TABLE FUNCTION BindTransactionToTable(INTEGER transaction, STRING tablename)
Parameters
INTEGER transaction
ID of the transaction to which this table should link
STRING tablename
Name of the external table to which this table should link
Return value
TABLE
A linked table variable
Description
Establish a link between a table variable, a transaction and a table which holds the actual data