by Rainer Bauer <usenet@[EMAIL PROTECTED]
>
Feb 29, 2008 at 01:01 AM
markw@[EMAIL PROTECTED]
wrote:
>I have fairly simple application that calls a stored procedure in
>PostgreSQL. I am using a late model PostgreSQL ODBC driver.
Define "late modul": which driver version exactly?
>When I use the PostgreSQL SQL driver the system goes for ever.
What is the "PostgreSQL SQL driver"?
>When I use the ODBC driver it fails after about 80K or 90K operations.
>The symptoms are SQLExecDirect returns -1 and no status message and the
>program crashes.
Enable logging in the ODBC driver and post the relevant part where it
starts
to fail.
Rainer