Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20
START

START  


 

 

Command STARTSTART [TRANSACTION]

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.

Example  

This example carries out a selection within a transaction:

START TRANSACTION;
SELECT * FROM suppliers
WHERE supplier_name LIKE '%bob%';
COMMIT TRANSACTION;



Siehe auch 

COMMIT
ROLLBACK

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Transactions

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v20)