RE: Difference between insert by a function and per hand

Поиск
Список
Период
Сортировка
От Henshall, Stuart - WCP
Тема RE: Difference between insert by a function and per hand
Дата
Msg-id E2870D8CE1CCD311BAF50008C71EDE8E01F745F7@MAIL_EXCHANGE
обсуждение исходный текст
Ответ на Difference between insert by a function and per hand  (DI Hasenöhrl <i.hasenoehrl@aon.at>)
Список pgsql-odbc
How are you trying to access these rows? If its via a form or recordset it
may be necessary to requery.
- Stuart

> -----Original Message-----
> From:    DI Hasenöhrl [SMTP:i.hasenoehrl@aon.at]
> Sent:    Thursday, June 21, 2001 10:00 AM
> To:    pgsql-odbc@postgresql.org
> Subject:    Difference between insert by a function and per hand
>
> Hello all,
>
> I use postgresql 7.0.2 as backend, ODBC Driver 7.1.003 and MsAccess97 as
> frontend.
> Now I have the following Problem and hope, someone can help me.
>
> I developed a function in plpgsql, which inserts rows in a table *price*.
> This function is called from VBA-Code and everything seemed to be OK, but
> then I realized, that I can't change these rows inserted by the function.
> When I put in rows by the normal way as linked table, I can change these
> rows. Where is the difference to insert rows by a function or per hand.
>
> Has anyone an idea, please let me know.
>
> Thanks in advance
> Irina
>
> E-Mail: i.hasenoehrl@aon.at <mailto:i.hasenoehrl@aon.at>

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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Difference between insert a tuple in a table by function and by datasheet
Следующее
От: "Henshall, Stuart - WCP"
Дата:
Сообщение: RE: Difference between insert by a function and per hand