Re.:ODBC changes about parameter handling

From: "Johann Zuschlag" <zuschlag2(at)online(dot)de>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re.:ODBC changes about parameter handling
Date: 2001-03-31 17:15:17
Message-ID: E14jOyp-0007Qv-00@mrelay00.kundenserver.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I just started testing the driver 7.01.0004 with the patch of Hiroki Kataoka.

Works wonderful so far. I only found some funny behaviour:

1. When leaving my application it crashes with a page fault in one of it's dll's.
Funny thing: If I switch on CommLog in the driver or tracing in the
MS driver manager everything is fine. So there are no logs. :-)
In case of the crash the backend reports:

pg_recvbuf: recv() failed: Connection reset by peer

Any ideas?

2. When I switch on cursors (Use Declare/Fetch) and my application does a
certain query my application crashes with a stack overflow in psqlODBC.
I only get the address 0x00000FD. The debugger just asked for some
assembler sources. So no I can't give any details on that.
Without cursors everything works fine but slow of course.

I can send some short logs if it helps. Hiroshi?

regards

Johann

Johann Zuschlag
zuschlag2(at)online(dot)de

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Johann Zuschlag 2001-03-31 18:53:14 Re: Re.:ODBC changes about parameter handling
Previous Message Hiroshi Inoue 2001-03-30 09:32:54 Re: ASP ODBC INSERT PROBLEM