Re: psqlODBC 09.01.0200 Released

Lists: pgsql-announcepgsql-odbc
From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>, pgsql-announce <pgsql-announce(at)postgresql(dot)org>
Subject: psqlODBC 09.01.0200 Released
Date: 2012-08-20 04:05:21
Message-ID: 5031B781.6010306@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-odbc

We are pleased to announce the release of psqlODBC 09.01.0200. For
details of the changes in this release, please see the notes at:
http://psqlodbc.projects.postgresql.org/release.html

With this release two versions of the driver are provided for Windows;
'PostgreSQL ANSI' which supports single and multibyte applications
through the ANSI ODBC API, and 'PostgreSQL Unicode' which provides
Unicode support through the Unicode ODBC API. Microsoft's Distributed
Transaction Coordinator (MSDTC) is also supported.

On Unix systems, the driver type (ANSI or Unicode) may be selected
via a configure option. It can be compiled with UnixODBC or iODBC.

A new 64 bit version of the driver is also available for Windows, and
includes native SSPI and GSSAPI support, and doesn't require libpq.

psqlODBC may be downloaded from
http://www.postgresql.org/ftp/odbc/versions/ in source, Windows
Installer, merge module, and basic zip file formats.

Please post any bug reports to the pgsql-odbc(at)postgresql(dot)org mailing list.

I'd like to take this opportunity to thank all those involved with the
development, testing and bug fixing of the updated driver.

--
psqlODBC team.


From: marian(at)byteanywhere(dot)com
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>, "pgsql-announce" <pgsql-announce(at)postgresql(dot)org>
Subject: Re: DataArchitect 4.3 is available
Date: 2012-08-20 15:15:51
Message-ID: a3ed1c9216652a775e80505e54b636a9.squirrel@www.byteanywhere.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-odbc


We are pleased to announce the release of DataArchitect 4.3. For
details of the changes in this release, please see the notes at:
http://www.byteanywhere.com/news/

Demo version is free available at:
http://www.byteanywhere.com/demo/


From: Alexandre - Aldeia Digital <alepaes(at)aldeiadigital(dot)com(dot)br>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlODBC 09.01.0200 Released
Date: 2012-08-27 18:22:18
Message-ID: 503BBADA.4000300@aldeiadigital.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-odbc

Thank you Hiroshi !!!!

Best regards,

Alexandre
Aldeia Digital

Em 20-08-2012 01:05, Hiroshi Saito escreveu:
> We are pleased to announce the release of psqlODBC 09.01.0200. For
> details of the changes in this release, please see the notes at:
> http://psqlodbc.projects.postgresql.org/release.html
>
> With this release two versions of the driver are provided for Windows;
> 'PostgreSQL ANSI' which supports single and multibyte applications
> through the ANSI ODBC API, and 'PostgreSQL Unicode' which provides
> Unicode support through the Unicode ODBC API. Microsoft's Distributed
> Transaction Coordinator (MSDTC) is also supported.
>
> On Unix systems, the driver type (ANSI or Unicode) may be selected
> via a configure option. It can be compiled with UnixODBC or iODBC.
>
> A new 64 bit version of the driver is also available for Windows, and
> includes native SSPI and GSSAPI support, and doesn't require libpq.
>
> psqlODBC may be downloaded from
> http://www.postgresql.org/ftp/odbc/versions/ in source, Windows
> Installer, merge module, and basic zip file formats.
>
> Please post any bug reports to the pgsql-odbc(at)postgresql(dot)org mailing list.
>
> I'd like to take this opportunity to thank all those involved with the
> development, testing and bug fixing of the updated driver.
>


From: Marco Gaiarin <gaio(at)sv(dot)lnf(dot)it>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlODBC 09.01.0200 Released
Date: 2012-09-07 13:17:14
Message-ID: 20120907131714.GA8763@sv.lnf.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-odbc

Mandi! Hiroshi Saito
In chel di` si favelave...

> We are pleased to announce the release of psqlODBC 09.01.0200. For

As for 09.01.0100, driver works but if i try to open ODBC property
windows i got a window, roughly translated from italian:

odbcad23.exe - Damaged Image
The application or DLL C:\Programmi\psqlODBC\0901\bin\libpq.dll it is not a valid windows image. Check installation disks.

If i remember well, last time you forgot a x64 dll on the 32 bit
installer.

(Windows XPsp3, 32 bit)

--
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
Associazione ``La Nostra Famiglia'' http://www.sv.lnf.it/
Polo FVG - Via della Bontà, 7 - 33078 - San Vito al Tagliamento (PN)
marco.gaiarin(at)sv.lnf.it tel +39-0434-842711 fax +39-0434-842797

Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
http://www.lanostrafamiglia.it/chi_siamo/5xmille.php
(cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)


From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: Marco Gaiarin <gaio(at)sv(dot)lnf(dot)it>
Cc: pgsql-odbc(at)postgresql(dot)org, Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
Subject: Re: psqlODBC 09.01.0200 Released
Date: 2012-09-07 15:23:57
Message-ID: 504A118D.5070505@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-odbc

Hi Marco-san.

Ooops, sorry..
I committed the same mistake as the last release..
As for 32bit instaler, 64-bit libpq.dll was contained.:-(
I will psqlodbc_09_01_0200-1 was rerelease about msi and mm.

Regards,
Hiroshi Saito

(2012/09/07 22:17), Marco Gaiarin wrote:
> Mandi! Hiroshi Saito
> In chel di` si favelave...
>
>> We are pleased to announce the release of psqlODBC 09.01.0200. For
>
> As for 09.01.0100, driver works but if i try to open ODBC property
> windows i got a window, roughly translated from italian:
>
> odbcad23.exe - Damaged Image
> The application or DLL C:\Programmi\psqlODBC\0901\bin\libpq.dll it is not a valid windows image. Check installation disks.
>
> If i remember well, last time you forgot a x64 dll on the 32 bit
> installer.
>
>
> (Windows XPsp3, 32 bit)
>


From: Marco Gaiarin <gaio(at)sv(dot)lnf(dot)it>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlODBC 09.01.0200 Released
Date: 2012-09-10 08:46:17
Message-ID: 20120910084617.GD3277@sv.lnf.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-odbc

Mandi! Hiroshi Saito
In chel di` si favelave...

> I will psqlodbc_09_01_0200-1 was rerelease about msi and mm.

Ok, now works perfectly.

--
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
Associazione ``La Nostra Famiglia'' http://www.sv.lnf.it/
Polo FVG - Via della Bontà, 7 - 33078 - San Vito al Tagliamento (PN)
marco.gaiarin(at)sv.lnf.it tel +39-0434-842711 fax +39-0434-842797

Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
http://www.lanostrafamiglia.it/chi_siamo/5xmille.php
(cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)


From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: Marco Gaiarin <gaio(at)sv(dot)lnf(dot)it>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlODBC 09.01.0200 Released
Date: 2012-09-10 13:01:38
Message-ID: 504DE4B2.3060602@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-odbc

Marco-san.

Thank you for a quick check.:-)

(2012/09/10 17:46), Marco Gaiarin wrote:
> Mandi! Hiroshi Saito
> In chel di` si favelave...
>
>> I will psqlodbc_09_01_0200-1 was rerelease about msi and mm.
>
> Ok, now works perfectly.
>