Topic complex |
Table functions |
Function |
setalias() |
Short |
Creates an alias for an already opened table |
Syntax |
SetAlias(db : INTEGER; cAlias : STRING) : INTEGER |
Parameter |
db : handle created by OpenDB() or SetAlias()
cAlias : new alias name for the table |
Return |
table handle created |
See also: |
|
Description |
Creates one more handle to an already opened table. This alias then can be used in any kind of "runtime code interpretation" (as in SUB, ExecProgs, etc.). The alias has its own record buffer, its own mark list and can be accessed independently.
|