Re: [phplib] returns ID generated for an AUTO_INCREMENTED field From: toby cabot (toby <email protected>)
Date: 09/23/00

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

You can "select nextval( 'sequence_name')" and then use the value in
your insert.

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