Hello,

If I do a single row INSERT can I capture the rowid without doing a:

SELECT rowid FROM table WHERE..(the row I just inserted)?

I do have the luxary of a host language using emedded SQL such as PRO*COBOL or PRO*C and Java.