Specifying the Transaction Version Number

From InterBase

Go Up to Creating a Transaction Parameter Buffer


The first parameter in a TPB must always specify the version number for transaction processing. It must always be set to isc_tpb_version3. The following TPB declaration illustrates the correct use and position of this parameter:

static char isc_tpb[] = {isc_tpb_version3, ...};

Advance To: