Hi,
I'm wondering, how would you get the identifier ( or the primary key) of the recordset you just inserted without doing a SELECT statement that attempts to check it up by its other characteristics (in Oracle 8)? The reason why I ask is because the recordset I just inserted might not have other characteristics that are unique - except for its identifier which is unique. I do not want to grab the last recordset either because I might end up grabbing another recordset that was inserted at approximately the same time. Thanks in advance. [sig][/sig]
I'm wondering, how would you get the identifier ( or the primary key) of the recordset you just inserted without doing a SELECT statement that attempts to check it up by its other characteristics (in Oracle 8)? The reason why I ask is because the recordset I just inserted might not have other characteristics that are unique - except for its identifier which is unique. I do not want to grab the last recordset either because I might end up grabbing another recordset that was inserted at approximately the same time. Thanks in advance. [sig][/sig]