psqlodbc && nested transaction

Поиск
Список
Период
Сортировка
От 狐狸的面包雨
Тема psqlodbc && nested transaction
Дата
Msg-id 2c6eda9e.11c9b.1661010b428.Coremail.jzy12081003@163.com
обсуждение исходный текст
Ответы Re: psqlodbc && nested transaction  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Список pgsql-odbc
Hi,
    I have got some problems about psqlodbc.
       It mentions that  " Only one level of transactions is supported; you cannot nest transactions. "    What about postgresodbc  ???
   2. I have tried the test directory and i also found some file that used transactions, such as the document i uploaded( /test/cursor-block-delete-test.c).
      in this file i can only see the SQLEndTran(), and i am wandering whether there is something methods that i can use to create subtransaction like what i do in the postgres.
   3. In the file , i can only find the method(SQLExecDirect()) that can handle the tranaction. Is there anyother functions that i can use to handle the transaction?

I am a beginner of the pogramming, and my English is  very poor. Thank you very much for occupying your time reading this mail. And your any advice will help me a lot!
Thanks a lot!

 


 



 

Вложения

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

Предыдущее
От: Clemens Ladisch
Дата:
Сообщение: Re: Wrong column size using MIN/MAX without return result
Следующее
От: Igor Korot
Дата:
Сообщение: Why this code fails