As far as I can tell, this functionality doesn't exist. However you can use such a method to insert the rowId into another column within a seperate row, and request the latest column. I think this would work for you. However every insert would need a get request, which I think would be performance issue somehow.
Regards, Utku On Wed, Jun 15, 2011 at 11:14 AM, karim abbouh <karim_...@yahoo.fr> wrote: > in my java application,when we try to insert we should all the time know > the last rowId > in order the insert the new record in rowId+1,so for that we should save > this rowId in a file > is there other way to know the last record rowId? > thanks > B.R >