Este é o site histórico da documentação 4D. As documentações estão sendo movidas progressivamente para developer.4d.com

Página Inicial

 
4D v19.8
dataStore.validateTransaction( )

dataStore.validateTransaction( ) 


 

dataStore.validateTransaction () 
Este comando não requer parâmetros

The dataStore.validateTransaction( ) method accepts the transaction that was started with dataStore.startTransaction( ) at the corresponding level on the specified datastore. 

The method saves the changes to the data on the datastore that occurred during the transaction.

You can nest several transactions (sub-transactions). If the main transaction is cancelled, all of its sub-transactions are also cancelled, even if they were validated individually using this method.

Exemplo  

See example for the dataStore.startTransaction( ) method.



Ver também 

dataStore.cancelTransaction( )
dataStore.startTransaction( )
VALIDATE TRANSACTION

 
PROPRIEDADES 

Produto: 4D
Tema: ORDA - DataStore

This command can be run in preemptive processes

 
CONTEÚDO DA PÁGINA 
 
HISTÓRIA 

Criado por: 4D v18

 
ARTICLE USAGE

Manual de linguagem 4D ( 4D v19)
Manual de linguagem 4D ( 4D v19.1)
Manual de linguagem 4D ( 4D v19.4)
Manual de linguagem 4D ( 4D v19.5)
Manual de linguagem 4D ( 4D v19.6)
Manual de linguagem 4D ( 4D v19.7)
Manual de linguagem 4D ( 4D v19.8)