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 running

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 for the