no result set with update -
10-28-2007
, 08:48 PM
Hi,
I have a table that auto creates an unique ID for every row. The
problem is, any time I execute an sql update statement, the unique ID
of that row cannot be return. I have tried getGeneratedKeys() but
that gives me a null ResultSet. Does anyone know how this is done. I
know there is a function in PHP (mysql_id()) that does this but java
it seams to be impossible.
Thanks,
Carl |