1034 |
|
CheckHandle; |
1035 |
|
if aTransaction <> FTransactionIntf then |
1036 |
|
AddMonitor(aTransaction as TFB25Transaction); |
1037 |
< |
if (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB25transaction).TransactionSeqNo) then |
1037 |
> |
if FStaleReferenceChecks and (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB25transaction).TransactionSeqNo) then |
1038 |
|
IBError(ibxeInterfaceOutofDate,[nil]); |
1039 |
|
|
1040 |
|
try |
1097 |
|
CheckHandle; |
1098 |
|
if aTransaction <> FTransactionIntf then |
1099 |
|
AddMonitor(aTransaction as TFB25Transaction); |
1100 |
< |
if (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB25transaction).TransactionSeqNo) then |
1100 |
> |
if FStaleReferenceChecks and (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB25transaction).TransactionSeqNo) then |
1101 |
|
IBError(ibxeInterfaceOutofDate,[nil]); |
1102 |
|
|
1103 |
|
with FFirebird25ClientAPI do |