Re: [INTERFACES] Can;t connect to db with pgaccess

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Re: [INTERFACES] Can;t connect to db with pgaccess
Дата
Msg-id 36888A5A.CD1CCBA8@flex.ro
обсуждение исходный текст
Ответ на Can;t connect to db with pgaccess  ("Stan Brown" <stanb@awod.com>)
Ответы Re: [INTERFACES] Can;t connect to db with pgaccess
Список 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 по дате отправления:

Предыдущее
От: "Batdelger Regsuren"
Дата:
Сообщение: howto
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [INTERFACES] jdbc getTableName, getCatalog, etc.