ubject: Re: [JDBC] JDBC executeUpdate() does not return the number of
rows effected
Robert,
What version of the driver and database are you using? I have code that
gets the update count back from executeUpdate(). So I suspect this may
be fixed in a more recent version.
thanks,
--Barry
Robert
Robert,
What version of the driver and database are you using? I have code that
gets the update count back from executeUpdate(). So I suspect this may
be fixed in a more recent version.
thanks,
--Barry
Robert Dyas wrote:
> Hi all,
>
> I have been using the JDBC driver for a couple of mont
Hi all,
I have been using the JDBC driver for a couple of months now. The only
limitation I have run into for my own uses is that calling executeUpdate()
does not return the number of rows effected by update or delete statement --
it always returns 0.
Is this a limitation of Postgresql (i.e. the