KI_BU_OPEN
Argument | Enumeration | Purpose |
---|---|---|
handle | Handle | |
file$ | Filename | |
status | KDB_ERROR_ENUM | Return status |
KI_BU_OPEN
This function allows an unstructured flat file to be opened in the context of a database connection so that changes made to the file form part of a transaction and are logged in the recovery log. For this to work the updates should be made with KI_BU_WRITE and the files should be read with KI_BU_READ.