Re: BUG #4991: problem with ODBC driver 8.4

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "Annita Veneti" <annita(dot)veneti(at)qs-unisolution(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>, <inoue(at)tpf(dot)co(dot)jp>
Subject: Re: BUG #4991: problem with ODBC driver 8.4
Date: 2009-09-23 13:51:18
Message-ID: 1190FC585C834279A425E0B4407BA53A@HIRO57887DE653
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Annita-san.

Thank you for many information. Version 08.04.0100 had some problems.
CVS-HEAD was corrected by inoue-san.
http://archives.postgresql.org/pgsql-committers/2009-08/msg00287.php

Could you please try the drivers on testing for 8.4.0101 at
http://www.geocities.jp/inocchichichi/psqlodbc/index.html
Thanks.

Regards,
Hiroshi Saito

----- Original Message -----
From: "Annita Veneti" <annita(dot)veneti(at)qs-unisolution(dot)com>

> Good morning Hiroshi-san :)
>
> I checlek the dll that you said to me and everything is fine (check the image)
> The log that you ask I couldn’t get it..
>
> Can you help me?
>
> Annita
>
>
> -----Ursprüngliche Nachricht-----
> Von: Hiroshi Saito [mailto:z-saito(at)guitar(dot)ocn(dot)ne(dot)jp]
> Gesendet: Freitag, 21. August 2009 15:41
> An: Annita Veneti
> Cc: pgsql-bugs(at)postgresql(dot)org
> Betreff: Re: [BUGS] BUG #4991: problem with ODBC driver 8.4
>
> Hi Annita-san.
>
> Thank you for many report.
>
> However, It is a very strange situation... that visible problem resembles the
> phenomenon in which libpq.dll is only not found. Therefore, there is information
> I want you to check.
>
> 1. Is libpq.dll in the place of installed psqlodbc35w.dll?
> ex.)
> C:\Program Files\psqlODBC\0804\bin>dir
> Volume in drive C is SYS
> Volume Serial Number is 1433-2C7C
>
> Directory of C:\Program Files\psqlODBC\0804\bin
>
> 2009/07/07 01:30 <DIR> .
> 2009/07/07 01:30 <DIR> ..
> 2009/04/13 21:23 12,288 comerr32.dll
> 2009/04/13 21:23 135,168 gssapi32.dll
> 2009/04/13 21:23 19,968 k5sprt32.dll
> 2009/04/13 21:23 634,880 krb5_32.dll
> 2009/04/13 23:09 1,032,192 libeay32.dll
> 2009/01/06 23:51 968,886 libiconv-2.dll
> 2009/01/06 23:51 83,906 libintl-8.dll
> 2009/06/28 06:24 172,032 libpq.dll
> 2007/03/21 20:33 348,160 msvcr71.dll
> 2009/07/07 00:38 94,208 pgenlist.dll
> 2009/07/07 00:39 94,208 pgenlista.dll
> 2009/07/07 00:38 110,592 pgxalib.dll
> 2009/07/07 00:39 491,520 psqlodbc30a.dll
> 2009/07/07 00:38 507,904 psqlodbc35w.dll
> 2009/04/13 23:09 212,992 ssleay32.dll
> 15 File(s) 4,918,904 bytes
>
> 2. Please take the connection log of psqlodbc35w.dll.
> If possible, please send it to me.
>
> Regards,
> Hiroshi Saito
>
> ----- Original Message -----
> From: "Annita Veneti" <Annita(dot)Veneti(at)qs-unisolution(dot)com>
>
>
>>
>> First of all thanks for the reply!! :)
>>
>> I have installed the version 8.04 and when I go to create an odbc it only gives me one ssl mode
>> option... disable...
>> See the screen shot,and I cannot understand why...
>>
>> Best regards,
>>
>>
>> Annita Veneti | Software Engineer
>> unisolution GmbH | Meitnerstrasse 10 | D-70563 Stuttgart | Germany Telefon +49 711 25 35 91 83 |
>> Telefax +49 711 25 35 91 89 annita(dot)veneti(at)qs-unisolution(dot)com | http://www.unisolution.eu
>>
>> Sitz der Gesellschaft | Company Seat Stuttgart Handelsregister | Commercial Register Stuttgart
>> HRB 720413 Geschäftsführer | Managing Directors Manuel Dietz and Stéphane Velay
>> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>>
>>
>>
>> -----Ursprüngliche Nachricht-----
>> Von: Hiroshi Saito [mailto:z-saito(at)guitar(dot)ocn(dot)ne(dot)jp]
>> Gesendet: Tuesday, August 18, 2009 4:25 PM
>> An: Annita Veneti
>> Cc: pgsql-bugs(at)postgresql(dot)org
>> Betreff: Re: [BUGS] BUG #4991: problem with ODBC driver 8.4
>>
>> Hi.
>>
>> Sorry, I can't understand the problem which you report.
>> please tell more details?
>> Although it is a slightly strange version..
>>
>> Regards,
>> Hiroshi Saito
>>
>> ----- Original Message -----
>> From: "veneti" <annita(dot)veneti(at)qs-unisolution(dot)com>
>>
>>
>>>
>>> The following bug has been logged online:
>>>
>>> Bug reference: 4991
>>> Logged by: veneti
>>> Email address: annita(dot)veneti(at)qs-unisolution(dot)com
>>> PostgreSQL version: 1.82
>>> Operating system: Windows
>>> Description: problem with ODBC driver 8.4
>>> Details:
>>>
>>> When you upgrade to the new odbc driver and you try to create a NEW odbc
>>> connection the only available SSL mode option is disable.
>>>
>>> --
>>> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
>>> To make changes to your subscription:
>>> http://www.postgresql.org/mailpref/pgsql-bugs
>>
>>
>
>
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-09-23 16:45:36 Re: BUG #5074: segmentation fault in autovacuum
Previous Message Marek Lewczuk 2009-09-23 12:37:54 BUG #5075: Text Search parser does not identify xml tag when attribute name's contains underscore