[16:36]<leobm> hi! how can i get the last inserted autoincrement ID if I use the Helma DatabaseObject ? [16:51]<zumbrunn> leobm, an sql query for the record with the highest ID isn't what you're looking for? [16:52]<leobm> mh. I found now a function for my Database with teh name CURVAL. I think this is teh way. [16:52]<leobm> but really I thought the should be a function like getLastInsertId or so.. in jdbc.. ? [16:52]<leobm> CURRVAL([schemaName, ] sequenceString)