1390 |
|
CheckHandle; |
1391 |
|
if aTransaction <> FTransactionIntf then |
1392 |
|
AddMonitor(aTransaction as TFB30Transaction); |
1393 |
< |
if (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB30transaction).TransactionSeqNo) then |
1393 |
> |
if FStaleReferenceChecks and (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB30transaction).TransactionSeqNo) then |
1394 |
|
IBError(ibxeInterfaceOutofDate,[nil]); |
1395 |
|
|
1396 |
|
|
1436 |
|
CheckHandle; |
1437 |
|
if aTransaction <> FTransactionIntf then |
1438 |
|
AddMonitor(aTransaction as TFB30Transaction); |
1439 |
< |
if (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB30transaction).TransactionSeqNo) then |
1439 |
> |
if FStaleReferenceChecks and (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB30transaction).TransactionSeqNo) then |
1440 |
|
IBError(ibxeInterfaceOutofDate,[nil]); |
1441 |
|
|
1442 |
|
with FFirebird30ClientAPI do |