Re: BUG #4322: Problems with field not updatable

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: BUG #4322: Problems with field not updatable
Дата
Msg-id 4887E5A1.7060308@postnewspapers.com.au
обсуждение исходный текст
Ответ на BUG #4322: Problems with field not updatable  ("Alexandre Caneo" <alexandre@adtinformatica.com.br>)
Список pgsql-bugs
Alexandre Caneo wrote:

> When I select the datas with this instruction
> "select a.x from a,b where a.z = b.z order by 1"
> the program run very well and I can insert, update and delete rows. But,
> when I select any column from table b an error occurs when I try to modify
> the column value from textbox for an example.
> "Binding Collection Error. field not updatable".

Maybe you should try your query from psql, and see if it works fine
there. If it does, then you know the problem is in your data access
driver or application.

At a guess, I'd say you'll be having issues with data type support in
the data access driver. You are using a prehistoric programming
language, which won't be helping.

You should post your query (if it's generated by your app at runtime,
get it by enabling query logging in the database and fishing it out of
the PostgreSQL log) and the schema definition of the problem table as
obtained with psql's \d command.

--
Craig Ringer

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

Предыдущее
От: "Alexandre Caneo"
Дата:
Сообщение: BUG #4322: Problems with field not updatable
Следующее
От: César Miguel Oliveira Alves
Дата:
Сообщение: Re: LDAP Authentication with spaces in DN