clrtb — Clear Table Buffer
subroutine clrtb()
clrtb
deletes all data in the relational
table buffer and it restores the table to its maxmimum size of 8192
bytes. clrtb
must be called if a new table has
to be initialized in the table buffer. gettab
and getdes
automatically clear the table buffer
before data is copied from the database to the table buffer.
Note | |
---|---|
If a relational table > 8192 bytes is required please make use of the Fortran ftn API. |