[odbc] dsnless with connsettings
am 13.05.2010 00:00:45 von Jaime Casanova
Hi,
I'm trying to make a dsnless connection, but i want to specify:
ConnSettings=3Dset client encoding to 'latin1';
is this possible? the reason is that my client wants dsnless but when
i try to connect get a client_encoding
--=20
Jaime Casanova www.2ndQuadrant.com
Soporte y capacitación de PostgreSQL
--=20
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Re: [odbc] dsnless with connsettings
am 13.05.2010 00:16:15 von Jaime Casanova
On Wed, May 12, 2010 at 5:00 PM, Jaime Casanova wro=
te:
> Hi,
>
> I'm trying to make a dsnless connection, but i want to specify:
> ConnSettings=3Dset client encoding to 'latin1';
> is this possible? the reason is that my client wants dsnless but when
> i try to connect get a client_encoding
>
answering myself, what i should be using is:
"""
cn.Open "Provider=3DMSDASQL.1;DRIVER=3DPostgreSQL
ANSI;DATABASE=3Dimrelevsa;SERVER=3Dlocalhost;PORT=3D54329;UI D=3Dsa;client_e=
ncoding=3Dlatin1;boolsaschar=3D0"
"""
sorry for the noise
--=20
Jaime Casanova www.2ndQuadrant.com
Soporte y capacitación de PostgreSQL
--=20
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc