4D v14

START

Home

 
4D v14
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;

 
PROPERTIES 

Product: 4D
Theme: Transactions

 
SEE ALSO 

COMMIT
ROLLBACK

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)