J
jankeir
Guest
Currently, you can do: define buffer bufttx for temp-table ttx. This avoids using the ttx temp-table from the temp-db database when a database table exists with the same name as the temp-table. The following syntax should also work, but does not currently compile: function somefunction returns character (buffer bufttx for temp-table ttx):... Currently the temp-table keyword is not allowed here.
Continue reading...
Continue reading...