Re: Memory Leak ?

Поиск
Список
Период
Сортировка
От zhaoxin
Тема Re: Memory Leak ?
Дата
Msg-id 44965B99.2000708@necas.nec.com.cn
обсуждение исходный текст
Ответ на Re: Memory Leak ?  (Hiroshi Inoue <inoue@tpf.co.jp>)
Ответы Re: Memory Leak ?  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список pgsql-odbc
To:Hiroshi

> Were the data inserted properly when the log was taken ?
> Judging from the log, the application seems to have
> finished in the middle(6-th data) of the execution.
>
sorry , mybe not properly .
My program is like this :
loop :
    connect db ;
    insert 10 reocrds ;
    commit;
    update this 10 records ;
    commit;
    delete this 10 records ;
    commit;
    disconnect db;
end loop;
the loop is not terminable.
and I interrupted the program unproperly and took the log.
but I am sure it have run over one loop.

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Memory Leak ?
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Memory Leak ?