Re: [INTERFACES] problem with pgaccess 0.93

From: pat(at)patoche(dot)org
To: Constantin Teodorescu <teo(at)flex(dot)ro>
Cc: PostgreSQL Interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] problem with pgaccess 0.93
Date: 1999-01-13 20:50:06
Message-ID: 199901132050.VAA00292@vagabond.bde.espci.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On 11-Jan-99, Constantin Teodorescu took time to write :
>> 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"

yeah that worked very well !
thanks for your support.

unfortunately i do not know tcl enough (that is not at all in fact) to add
some kind of test, so that if people are running with 6.3.x it works.
You should maybe think of adding something like that to your code, in order
to take care of that problem.

Thanks again for your great software and your help

Patrick

/\//\/\/\\/\/\//\/\\/\/\\/\\/\//\/\\/\//\/\\/\//\/\\/\//\/\\
Patrick M. pat(at)patoche(dot)org http://www.patoche.org/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Antonio Mendez 1999-01-13 21:36:09 Re: [INTERFACES] interface to MSsql server
Previous Message Frank Morton 1999-01-13 19:48:17 Solaris Startup