techCloseTechFile
techCloseTechFile(
d_techID
)
=> t / nil
Description
Changes the status of the technology database to closed and decrements the close count. The technology database is not purged from virtual memory until the system needs to use the memory. Internally, the system maintains a count of the number of times you open and close a specific technology database. The count increments when you open and decrements when you close. When the close count is 0 and the system needs more virtual memory, it purges the technology database from virtual memory.
Arguments
Value Returned
Example
techCloseTechFile(tfID)
=> t
Closes the technology database identified by tfID.
Return to top