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 transactionID of the transaction to which this table should link
STRING tablenameName of the external table to which this table should link
Return value
TABLEA linked table variable
Description
Establish a link between a table variable, a transaction and a table which holds the actual data