Re: Connction string lacks some options

From: matevzm <matevz(dot)mr(at)gmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Connction string lacks some options
Date: 2014-07-04 06:34:21
Message-ID: 1404455661714-5810528.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Now I am using settings:

/[ODBC Data Sources]
DSNana = psqlDriver
DSNopen = OpenLink PostgreSQL Lite Driver v6.0
DSNopen2 = OpenLink PostgreSQL Lite Driver (Unicode) v6.0

[DSNana]
Description = DSNana
Driver = /Library/PostgreSQL/psqlODBC/lib/psqlodbcw.so
Trace = No
TraceFile =
Database = ANA
Servername = localhost
UserName = matevzmrak
Password =
Port = 5432
Protocol = 7.4
ReadOnly = No
RowVersioning = No
ShowSystemTables = No
ShowOidColumn = No
FakeOidIndex = No
ConnSettings =

[DSNopen]
Driver = /Library/ODBC/OpenLink PostgreSQL Lite ODBC Driver
v6.0.bundle/Contents/MacOS/pgr7_mt_lt.so
ServerName = localhost
Port = 5432
Database = ANA
Username = matevzmrak
Debug = 1

[DSNopen2]
Driver = /Library/ODBC/OpenLink PostgreSQL Lite ODBC Driver (Unicode)
v6.0.bundle/Contents/MacOS/pgr7_mt_lu.so
ServerName = localhost
Port = 5432
Database = ANA
Username = matevzmrak
Debug = 1/

and I can connect with DSNopen, but not with DSNana with psqlodbcw driver to
the same server... Any ideas?

Best regards, Matevz

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Connction-string-lacks-some-options-tp5810410p5810528.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message sunpeng 2014-07-04 06:35:19 Re: Using VC2008 to store bytea, I got AppendChunk error 800a0c93
Previous Message Craig Ringer 2014-07-04 04:45:23 Re: [PATCHSET] Docs, old build files changes