Re: Problem with psqlodbc

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Paweł Kopka <pawelkopka(at)wp(dot)pl>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Problem with psqlodbc
Date: 2010-12-09 10:31:44
Message-ID: 4D00B010.405@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

(2010/12/09 7:16), Paweł Kopka wrote:
> This is the connection string:
>
> ("Driver=" & lvarPostgreOdbcName & ";Server=" & mvarServer & ";Uid=" &
> mvarUser & ";" & _
> "Pwd=" & mvarPassword & "; Database=" & mvarDataBase & ";Port=" &

There is a space between ";" and "Database=".
Isn't it a problem?

> lvarPort & ";SSL=True;sslmode=prefer")

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message jsilberberg@mindspring.com 2010-12-12 22:58:50 Best way Driver 8.04.01 with Release 9.0
Previous Message Paweł Kopka 2010-12-08 22:16:43 Re: Problem with psqlodbc