Re: calling java stored functions through jdbc gives

From: Alex Stienstra <alex(dot)stienstra(at)zonnet(dot)nl>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: calling java stored functions through jdbc gives
Date: 2006-11-02 14:55:43
Message-ID: 20061102155543.4azi9eymx400scso@webmail.versatel.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Dave,

Thanks for the advice.

I added the protocolVersion=2 option and now it works better. That is
to say that every other session is works oke. If not oke it still
produces:
"An I/O error occured while sending to the backend."
Within one session I open a jdbc connection and issue a number of
SELECTS with the java function call inside. Any ideas?

Best regards,

Alex

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2006-11-02 15:14:06 Re: calling java stored functions through jdbc gives errors.
Previous Message Dave Cramer 2006-11-02 13:14:38 Re: calling java stored functions through jdbc gives errors.