Mission Base

Program Base Library Functions

int pblIsamStartTransaction

( int nfiles,
  pblIsamFile_t** isamfiles )

start a transaction on a set of ISAM files

Documentation

start a transaction on a set of ISAM files

transactions can be nested

Parameters:
nfiles - number of files in ISAM file list
isamfiles - ISAM file list to start transaction on
Returns:
int rc == 0: the transaction was started successfully
int rc > 0: the transaction was started but another transaction has resulted in a roll back request on the file already

Alphabetic index



This page was generated with the help of DOC++.