Thread: Bad error messages with 07.01.0011
Hi, Using v07.01.0011 (Multibyte, 25/03/2002) I'm getting garbage error messages from pgAdmin (which uses M$ ADO) when a connection fails. Error messages in the Commlog are fine ('Could not connect to the server'). Strangely, other messages such as 'ERROR: Relation "widget" does not exist' and 'Error while executing the query' are fine in both the commlog and ADO. Regards, Dave.
On Thu, 4 Apr 2002 14:14:31 +0100, Dave Page wrote: >Using v07.01.0011 (Multibyte, 25/03/2002) I'm getting garbage error messages >from pgAdmin (which uses M$ ADO) when a connection fails. Error messages in >the Commlog are fine ('Could not connect to the server'). Strangely, other >messages such as 'ERROR: Relation "widget" does not exist' and 'Error while >executing the query' are fine in both the commlog and ADO. Same problem here. My application is getting nonsense error messages. IIRC the older driver versions were sending back correct error messages. regards Johann Zuschlag zuschlag2@online.de
Johann Zuschlag wrote: > > On Thu, 4 Apr 2002 14:14:31 +0100, Dave Page wrote: > > >Using v07.01.0011 (Multibyte, 25/03/2002) I'm getting garbage error messages > >from pgAdmin (which uses M$ ADO) when a connection fails. Error messages in > >the Commlog are fine ('Could not connect to the server'). Strangely, other > >messages such as 'ERROR: Relation "widget" does not exist' and 'Error while > >executing the query' are fine in both the commlog and ADO. > > Same problem here. My application is getting nonsense error messages. > IIRC the older driver versions were sending back correct error messages. It was my fault sorry. I've just commited the fix to CVS(environ.c). regards, Hiroshi Inoue
> -----Original Message----- > From: Hiroshi Inoue [mailto:Inoue@tpf.co.jp] > Sent: 05 April 2002 00:32 > To: Johann Zuschlag; Dave Page > Cc: pgsql-odbc@postgresql.org > Subject: Re: [ODBC] Bad error messages with 07.01.0011 > > > Johann Zuschlag wrote: > > > > On Thu, 4 Apr 2002 14:14:31 +0100, Dave Page wrote: > > > > >Using v07.01.0011 (Multibyte, 25/03/2002) I'm getting > garbage error > > >messages from pgAdmin (which uses M$ ADO) when a connection fails. > > >Error messages in the Commlog are fine ('Could not connect to the > > >server'). Strangely, other messages such as 'ERROR: Relation > > >"widget" does not exist' and 'Error while executing the query' are > > >fine in both the commlog and ADO. > > > > Same problem here. My application is getting nonsense error > messages. > > IIRC the older driver versions were sending back correct error > > messages. > > It was my fault sorry. > I've just commited the fix to CVS(environ.c). Thanks Hiroshi. Regards, Dave.