AW: [HACKERS] Begin statement again - Mailing list pgsql-hackers

From Zeugswetter Andreas
Subject AW: [HACKERS] Begin statement again
Date
Msg-id 01BD5355.FB6D1EC0@pc9358.sd.spardat.at
Whole thread Raw
Responses Re: AW: [HACKERS] Begin statement again
List pgsql-hackers
Oracle, like DB/2 can' t set it to on. The autocommit ***on***  in ORA ODBC is a trick.
It simply silently adds commit once in a while (after every statement).
But please to make the vokabulary easy don't refer to begin, but to 'begin work'
in this context. 'begin' will mean begin a statement block, not a transaction block.

Andreas

> How do you set autocommit off in ORACLE embedded SQL? I only know this
> from ODBC.



pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Timezone problems / HAVE_INT_TIMEZINE
Next
From: Zeugswetter Andreas
Date:
Subject: AW: [HACKERS] Re: PL/PgSQL discussion