RE: [INTERFACES] JDBC getUpdateCount() is working ?

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: Constantin Teodorescu <teo(at)flex(dot)ro>, PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: [INTERFACES] JDBC getUpdateCount() is working ?
Date: 1999-04-15 07:36:02
Message-ID: A9DCBD548069D211924000C00D001C441DA897@exchange.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

This is implemented in the 6.5 driver.

Actually, I implemented this last weekend.

Peter

--
Peter T Mount, IT Section
petermount(at)it(dot)maidstone(dot)gov(dot)uk
Anything I write here are my own views, and cannot be taken as the
official words of Maidstone Borough Council
-----Original Message-----
From: Constantin Teodorescu [mailto:teo(at)flex(dot)ro]
Sent: Thursday, April 15, 1999 8:20 AM
To: PostgreSQL Interfaces
Subject: [INTERFACES] JDBC getUpdateCount() is working ?

Hi,

I'm using PostgreSQL 6.4.2 and JDBC that comes with it on a JDK 1.1.7

Statement.getUpdateCount() is returning 1 even if no record has been
updated !
As I know , 6.4.2 interface protocol is able to deliver update count
information.
The JDBC is not updated or it's a bug ?

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Constantin Teodorescu 1999-04-15 07:53:10 Re: [INTERFACES] JDBC getUpdateCount() is working ?
Previous Message Constantin Teodorescu 1999-04-15 07:20:11 JDBC getUpdateCount() is working ?