Re: [INTERFACES] problem with pgaccess 0.93

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: pat(at)patoche(dot)org, PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] problem with pgaccess 0.93
Date: 1999-01-11 07:50:37
Message-ID: 3699AD4D.AD571D7F@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

pat(at)patoche(dot)org wrote:
>
> Hi,
>
> sorry if it was asked/answered before, but i just tested pgaccess 0.93
> (excellent work by the way !) with postgres 6.3 and it does not work.

PgAccess 0.93 is working fine with PostgreSQL 6.4.x due to some changes
in libpgtcl !
There is a small patch that you have to make in order to make it work
with 6.3.2!

So, in order to make PgAccess 0.93 work with PostgreSQL 6.3.x you should
:

replace in procedure wpg_exec the following line:

set pgsql(errmsg) [pg_result $pgsql(res) -error]

with this one :

set pgsql(errmsg) "NO ERROR INFORMATION SUPPLIED"

And it will work fine! In some error cases, you will not get the
appropriate error message from libpgtcl.

Tell me if that works!

All the best,

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message José López Requena 1999-01-11 08:43:26 Problems accessing postmaster
Previous Message Aleksey Demakov 1999-01-11 05:28:56 Re: [INTERFACES] yet another postgresql interface