Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to begin a transaction?

Re: How to begin a transaction?

From: damorgan <dan.morgan_at_ci.seattle.wa.us>
Date: Thu, 07 Feb 2002 20:18:45 GMT
Message-ID: <3C62E129.18A4F391@ci.seattle.wa.us>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US