Re: deleteRow or updateRow after insertRow
От | Dave Cramer |
---|---|
Тема | Re: deleteRow or updateRow after insertRow |
Дата | |
Msg-id | 419D2FB4.2030407@fastcrypt.com обсуждение исходный текст |
Ответ на | deleteRow or updateRow after insertRow ("jessica xingzc_he" <xingzc_he@hotmail.com>) |
Ответы |
Re: deleteRow or updateRow after insertRow
|
Список | pgsql-jdbc |
You may need to tell us a little more like what version of the driver you are using ? --dc-- jessica xingzc_he wrote: > does anyone know why this happen? > > I do first: > ResultSet.moveToInsertRow(); > ResultSet.update...(1, ...); > .... > rs.insertRow(); // a new row inserted into table > > but after that, I may move to some other row, say using > Result.absolute(..) or so, and then > 1. update > ResultSet.update...(1, ...); > ... > ResultSet.updateRow(); // it does not update the corresponding row in > the table, but also no > exception thrown. > > 2. delete > ResultSet.deleteRow(); // throws exception: Can not call deleteRow() > when on insert row. > > anybody has any clue? thanks > > zhenchang > > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly > > -- Dave Cramer http://www.postgresintl.com 519 939 0336 ICQ#14675561
В списке pgsql-jdbc по дате отправления: