[phplib] returns ID generated for an AUTO_INCREMENTED field From: Frédéric BERNOUD (frederic.bernoud <email protected>)
Date: 09/22/00

Hello,

Could we know, after add an entry in database with phplib and POSTGRES,
the position
of the cursor Like mysql_insert_id() for Mysql.

For exemple, when we do "next_record()" phplib give us the position of
the cursor => good, But, it seems, we can't know the position of the
cursor after add or update an entry...

It's big problem for me, because my application is "multi-utilisateur"
and after add an entry, I must know exactly the position the new id of
my entry and not the id of another personne.

bye.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>