psqlodbc-8.2.200
am 10.11.2006 13:23:37 von Patrick Welche
I just tried the psqlodbc-08_02_0200 msi on Windows XP Pro SP2. After
setting up an odbc link (identical to a 08_01_0200 working one), and clicking
"test", I get
odbcad32.exe:
Error signature:
AppName: odbcad32.exe AppVer: 3.525.1117.0 ModName: psqlodbc30a.dll
ModVer: 8.2.2.0 Offset: 00015a22
Nothing hits the postgresql server - all dead beforehand.. Thoughts? Debugging
psqlodbc.msi ?
Cheers,
Patrick
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
Re: psqlodbc-8.2.200
am 10.11.2006 13:32:25 von Stijn Vanroye
If you went from 08_01_0200 directly to 08_02_0200, did you first
uninstall the 8.1 branch before installing anything from the 8.2 branch?
It says to do so in the readme file bundled with 8.2.1 download. I guess
that's also true for the 8.2.2.
Regards,
Stijn.
Patrick Welche schreef:
> I just tried the psqlodbc-08_02_0200 msi on Windows XP Pro SP2. After
> setting up an odbc link (identical to a 08_01_0200 working one), and clicking
> "test", I get
>
> odbcad32.exe:
> Error signature:
> AppName: odbcad32.exe AppVer: 3.525.1117.0 ModName: psqlodbc30a.dll
> ModVer: 8.2.2.0 Offset: 00015a22
>
> Nothing hits the postgresql server - all dead beforehand.. Thoughts? Debugging
> psqlodbc.msi ?
>
> Cheers,
>
> Patrick
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
Re: psqlodbc-8.2.200
am 05.12.2006 12:43:31 von Patrick Welche
For some reason I didn't get Stijn's reply
http://archives.postgresql.org/pgsql-odbc/2006-11/msg00024.p hp
through the email, so for the sake of the archive, the problem
fixed itself. I think this is because the psqlodbc-08_02_0200.msi
was assigned to the client with active directory, and in the
meantime the client was rebooted several times, so whatever
went wrong with the assignment eventually righted itself.
Not very scientific is it..
Cheers,
Patrick
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
Re: psqlodbc-8.2.200
am 05.12.2006 17:38:40 von Benjamin Krajmalnik
Running latest release of PostgreSQL ODBC Driver (8.02.0200).
=20
Does the ODBC driver for Windows use connection pooling?
=20
I have a Windows application which is using the driver.
I have connection pooling enabled, and the application notifies the
driver to use connection pooling (per the developer).
I saw a huge disparity when running the queries (a stored procedure
call) via psql locally and via the odbc driver (in this case, I am
referring to the statement duration as logged by postgresql). The call
being made is a "select * from sp_name(parameters)".
I have about an 8:1 performance degradation in the statement duration
when called via ODBC compared to directly in psql (as reported by the
postgres log file).
=20
I have not tried running the query through pgAdmin to see what execution
speed I get.
However, when I turned connection loggin on, I noticed that every single
call to the stored procedure is creating a new connection (so it appears
it is not honoring the connection pooling, which I believe results in
quite a bit of overhead for each statement being called).
TIA,
=20
Benjamin
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
http://www.postgresql.org/about/donate