Re: ODBC & Transactions?

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: ODBC & Transactions?
Дата
Msg-id 3BE9EA04.237EE13@tpf.co.jp
обсуждение исходный текст
Ответ на Re: ODBC & Transactions?  ("Mike Miller" <mmiller@pooka.otago.ac.nz>)
Ответы Re: ODBC & Transactions?  ("Mike Miller" <mmiller@pooka.otago.ac.nz>)
Список pgsql-odbc
Mike Miller wrote:
>
> > CommitTransactionCommand doesn't necessarily mean COMMIT.
> > You have to use BeginTrans to turn of the autocommit mode
> > but it doesn't seem the cause of your case(It works well
> > here). Judging from the psqlodbc.log file you posted,
> > "rollback work" is issued by the differenct connection
> > from the one which issued "begin work" and "update ...".
> > Hmm are you using connection pooling ?
>
> I don't know if I am using connection pooling or not.  Is it client side or
> server side?

You can see it using ODBC Datasource Administrator on your
Windows control panel.
Probably you can find the *connection pooling*(I'm not sure
because I'm using Japanese version) tab together with
*User DSN*, *System DSN*, ..., *Trace*, ...

regards,
Hiroshi Inoue

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

Предыдущее
От: "Mike Miller"
Дата:
Сообщение: Re: ODBC & Transactions?
Следующее
От: "Mike Miller"
Дата:
Сообщение: Re: ODBC & Transactions?