Re: Driver confused by explicit transactions

Поиск
Список
Период
Сортировка
От Glen Parker
Тема Re: Driver confused by explicit transactions
Дата
Msg-id 02d001c29e48$2a59b030$0b01a8c0@johnpark.net
обсуждение исходный текст
Ответ на Re: Driver confused by explicit transactions  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы Re: Driver confused by explicit transactions  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-odbc
> > 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 ?

By turning off auto-commit with a call to SQLSetConnectOption().

> > 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 ?

With a call to SQLTransact() to either commit or abort transaction.

Glen


В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: Re: [GENERAL] Drop column and Access
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: Re: Driver confused by explicit transactions