Re: RES: [BUGS] BUG #4322: Problems with field not updatable

2008-07-29 Thread Magnus Hagander
> work. > > Do you have others suggestions? > > Tks. > Alexandre. > > > -Mensagem original- > De: Magnus Hagander [mailto:[EMAIL PROTECTED] > Enviada em: segunda-feira, 28 de julho de 2008 08:34 > Para: Alexandre Caneo > Cc: pgsql-bugs@postgres

RES: [BUGS] BUG #4322: Problems with field not updatable

2008-07-28 Thread Alexandre Caneo
e Caneo Cc: pgsql-bugs@postgresql.org Assunto: Re: [BUGS] BUG #4322: Problems with field not updatable Alexandre Caneo wrote: > The following bug has been logged online: > > Bug reference: 4322 > Logged by: Alexandre Caneo > Email address: [EMAIL PROTECTED] &g

Re: [BUGS] BUG #4322: Problems with field not updatable

2008-07-28 Thread Magnus Hagander
Alexandre Caneo wrote: > The following bug has been logged online: > > Bug reference: 4322 > Logged by: Alexandre Caneo > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.6 > Operating system: WIN XP > Description:Problems with field not updatable > Details:

Re: [BUGS] BUG #4322: Problems with field not updatable

2008-07-23 Thread Craig Ringer
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

[BUGS] BUG #4322: Problems with field not updatable

2008-07-23 Thread Alexandre Caneo
The following bug has been logged online: Bug reference: 4322 Logged by: Alexandre Caneo Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: WIN XP Description:Problems with field not updatable Details: I'm using Win XP SP2, VB6 and PostgreS