Re: [INTERFACES] Can;t connect to db with pgaccess - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: [INTERFACES] Can;t connect to db with pgaccess
Date
Msg-id 36888A5A.CD1CCBA8@flex.ro
Whole thread Raw
In response to Can;t connect to db with pgaccess  ("Stan Brown" <stanb@awod.com>)
Responses Re: [INTERFACES] Can;t connect to db with pgaccess  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Stan Brown wrote:
>
>         Downloaded the latest pgacess. Looks pretty neat. Unfortunatley it will
>         not connect to my 6.3 database. Thinking that it might be a
>         cnfiguration problem on this database (it has bee in service  for over
>         a year now). I donwloade the Debian package, and set up a test database
>         on the Debian box. Still mo go.

PgAccess 0.93 will work fine on PostgreSQL 6.4 and higher.
Due to some enhancements made in libpgtcl, there is another option to
pg_result (-error) that does not exist in PosgreSQL 6.3.x

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.

Best wishes for the next year,


--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

pgsql-interfaces by date:

Previous
From: "Batdelger Regsuren"
Date:
Subject: howto
Next
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] jdbc getTableName, getCatalog, etc.