diff --git a/reference/sdodasrel/reference.xml b/reference/sdodasrel/reference.xml index 86f36ac5b1..581fd470e1 100644 --- a/reference/sdodasrel/reference.xml +++ b/reference/sdodasrel/reference.xml @@ -1,5 +1,5 @@ - + SDO Relational Data Access Service Functions @@ -214,12 +214,12 @@ require_once 'SDO/DAS/Relational.php'; The Relational DAS applies changes to the database within - a user-delimited transaction: that is, it issues a call to PDO's - beginTransaction + a user-delimited transaction: that is, it issues a call to + PDO::beginTransaction before beginning to apply changes, and - commit + PDO::commit or - rollback + PDO::rollback on completion. Whichever database is chosen, the database and the PDO driver for the database must support these calls.