Re: [PHP-DB] Primary Key Value

2001-02-27 Thread Richard S. Crawford
Perfect! Thanks. At 01:05 PM 2/28/01 +0800, Beau Lebens wrote: >mysql_insert_id() >i *think* also >pg_lastiod() >or something similar... > >At 08:57 PM 2/27/01 -0800, Richard S. Crawford wrote: >>Suppose I put data into a table using an Insert query, and that the table >>generates a primary key

Re: [PHP-DB] Primary Key Value

2001-02-27 Thread Beau Lebens
mysql_insert_id() i *think* also pg_lastiod() or something similar... At 08:57 PM 2/27/01 -0800, Richard S. Crawford wrote: >Suppose I put data into a table using an Insert query, and that the table >generates a primary key for the data. Is there a way to get at that >primary key without runni

[PHP-DB] Primary Key Value

2001-02-27 Thread Richard S. Crawford
Suppose I put data into a table using an Insert query, and that the table generates a primary key for the data. Is there a way to get at that primary key without running a separate select query against the table? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA