Re: unnecessary auto-transaction-rollback from driver - part 1 of

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: unnecessary auto-transaction-rollback from driver - part 1 of
Дата
Msg-id 3F53164B.8E5D7523@tpf.co.jp
обсуждение исходный текст
Ответ на unnecessary auto-transaction-rollback from driver - part 1 of 2  (Hartmut Raschick <hartmut.raschick@ke-elektronik.de>)
Список pgsql-odbc
Hartmut Raschick wrote:
>
> next try, I hope this time the message is not too big for
> poor pgsql-odbc@postgres.org....
>
> PLEASE MIND part 2 (another mail)
>
> driver: psqlodbc-07.03.0100
> postgres: 7.3.2
> error messages: n/a
> mylog: mylog_raschick10724.log
> commlog(psqlodbc_????.log): psqlodbc_raschick10724.log
> ODBC trace log (sql.log): n/a
>
> when issuing (w/i a transaction) a faulty request (in this case: attempt to
> set a column that does not exist) the driver will auto-rollback (see logs).
> however, as the program has started the transaction, it will try to rollback
> itself. this will fail. (you see this twice in the logs - dont worry, one is
> destructor clean-up...)

Please don't execute "begin", "commit", "rollback" directly.
For example, please call SQLTransact to commit/rollback the
transaction.

regards,
Hiroshi Inoue
    http://www.geocities.jp/inocchichichi/psqlodbc/

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Some corrections on psqlodbc driver
Следующее
От: "Bob Nix"
Дата:
Сообщение: Re: signoff