libpq and libpgtcl in Windows - Mailing list pgsql-interfaces

From Hiroshi Inoue
Subject libpq and libpgtcl in Windows
Date
Msg-id 000101be24ad$1e2d9b00$2801007e@cadzone.tpf.co.jp
Whole thread Raw
Responses The problem between libpq and libpgtcl for WIN32
List pgsql-interfaces
Hi all

I made dll's(libpq.dll,libpgtcl.dll) only for pgaccess.
It is a temporary solution for quick fix and the solution for general use
is necessary.

I made libpgtcl.dll ignoring NOTIFY functionality(not used in pgaccess).
Sorry,I'm not a Tcl expert and can't provide proper code for NOTIFY
functionality in Windows.

Another problem exists between libpq and libpgtcl in Windows.
Libpgtcl references global data pgresStatus[] in libpq when using
pg_result -status command.
But in Windows libpgtcl doesn't reference pgresStatus[] in the same
way as UNIX and pg_result -status returns improper values.

Any ideas ?

In my temporary solution for pgaccess,I used a function interface
between libpq and libpgtcl instead of global data.

Thanks

Hiroshi Inoue
Inoue@tpf.co.jp




pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: PgAccess version 0.93 (for Unix and Windows) has been released!
Next
From: David Eagles
Date:
Subject: PostgreSQL (PostODBC) and MS SQL Server 7