Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to begin a transaction?
Oracle is NOT a Microsoft product.
There is no need to explicitly begin a transaction: Just write code. A transaction ends with either COMMIT or ROLLBACK.
Get Tom Kyte's book "Expert One-On-One Oracle" and read all of the references to SQL Server and the sections on transactions, locking, and multiversioning.
Daniel Morgan
"Carlos Hernández" wrote:
> Hi,
>
> I don't know how to begin a transaction in PL/SQL o Developer Forms.
>
> In another languages (case of Visual Basic), can initiate the transaction
> with the BeginTrans of ADO objects. Exists any method or function similar in
> PL/SQL ?
>
> SQL Server also dispose of function (BeginTran).
>
> Thanks and best regards.
>
> Carlos Hernández
> Barcelona (Spain)
Received on Thu Feb 07 2002 - 14:18:45 CST
![]() |
![]() |