Re: Re.:ODBC changes about parameter handling - Mailing list pgsql-odbc

From Johann Zuschlag
Subject Re: Re.:ODBC changes about parameter handling
Date
Msg-id E14jQVN-0006w6-00@mrelay00.kundenserver.de
Whole thread Raw
In response to Re.:ODBC changes about parameter handling  ("Johann Zuschlag" <zuschlag2@online.de>)
Responses RE: Re.:ODBC changes about parameter handling
List pgsql-odbc
Hi,

On Sat, 31 Mar 2001 19:15:17 +0200, Johann Zuschlag wrote:

>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?

I just found out if I increase the Cache Size of the cursor control,
it just works fine.

100 -> 2 tables don't work
200 -> all ok
50 - > most table won't open
20 -> application won't even start :-)

120 seems also fine for me.

Is that behaviour correct? I think the cache size shouldn't be
to large, since network traffic will be increased and the performance
will go down.

regards

Johann




Johann Zuschlag
zuschlag2@online.de



pgsql-odbc by date:

Previous
From: "Johann Zuschlag"
Date:
Subject: Re.:ODBC changes about parameter handling
Next
From: "Hiroki Kataoka"
Date:
Subject: RE: ODBC changes about parameter handling