Closing a file without retaining file position/file info¶
closefile |
Close a Sculptor keyed file, resetting file position and releasing file info |
SYNTAX
closefile file_id [, file_id]…
Close a file, resetting the file positions and releasing other information about the file currently cached on the server. The file can be a Sculptor keyed file or a file in an ODBC database.
This command is preferred to close file_id, which closes the system file handles but retains the file position and other cached information.
RELATED TOPICS |