Re: Driver confused by explicit transactions

From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: "Glen Parker" <glenebob(at)nwlink(dot)com>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Driver confused by explicit transactions
Date: 2002-12-07 14:00:20
Message-ID: EKEJJICOHDIEMGPNIFIJOEAGKAAA.Inoue@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Glen Parker
>
> It appears there is a somewhat on-going bug in the ODBC driver
> (07.02.0005 in this case) concerning explicit transactions. The
> following sequence demonstrates it.

What do you mean by explicit transactions ? i. e

> Begin transaction (OK)

How do you begin the transaction ?

> Execute update statement(s) (OK, records hidden from other
> transactions)
> Commit transaction (OK, records appear to other transactions)

And how do you commit the transaction ?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2002-12-07 14:57:35 Re: [ODBC] Drop column and Access
Previous Message Glen Parker 2002-12-07 00:28:32 Re: Driver confused by explicit transactions