| 4D v18START | ||||||||||||||
|  | 
    4D v18
 START 
         | |||||||||||||
|  | ||
The START command is used to set the beginning of a transaction. If this command is passed when a transaction is already underway, it starts a subtransaction. The keyword TRANSACTION is optional.
This example carries out a selection within a transaction:
START TRANSACTION;
SELECT * FROM suppliers
WHERE supplier_name LIKE '%bob%';
COMMIT TRANSACTION;
	Produkt: 4D
	Thema: Transactions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v18)
	
	
 Fehler melden
Fehler melden