Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

File Operations During Transactions

Creating and opening files is not permitted during a transaction unless the file is created with the Extended File Mode including ctTRANDEP, which may only be created during a transaction. Therefore, all files, without the ctTRANDEP file mode, to be accessed within a transaction must be opened prior to the Begin() call.

In This Section

Closing Files During Transaction Processing

Optional Defer of Close Until Transaction Commit/Abort

Defer File Delete

Transaction Dependent Creates and Deletes

TOCIndex