Michael Glaesemann wrote:
> You can use currval() to get the sequence value that was pulled from
> your insert. You can check the documentation for usage, as well as
> searching the archives for discussions of using OIDs as part of your
> database logic.
I know this, but i like not to know anything about the metadata of the
table i use. Basicly using the same functionality, as given in mysql in
the mysql_insert_id, as I use the same low level code for both DB's
(until my boss give in totally to PG :-)).
/BL