RE: [PHP-DB] Questions regarding primary keys, updates, and autoincrement

2002-12-23 Thread Bernain, Fernando G.
- From: Michael Conway [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 9:15 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Questions regarding primary keys, updates, and autoincrement I have been working on an e-business project and have a product table and manufacturer table that are

Re: [PHP-DB] Questions regarding primary keys, updates, and autoincrement

2002-12-22 Thread Jason Wong
On Sunday 22 December 2002 08:14, Michael Conway wrote: > I have been working on an e-business project and have a product table > and manufacturer table that are linked via barcode and a manufacturer ID > (both primary keys in the tables mentioned). For now, I have been > setting the manufacturer'

[PHP-DB] Questions regarding primary keys, updates, and autoincrement

2002-12-21 Thread Michael Conway
I have been working on an e-business project and have a product table and manufacturer table that are linked via barcode and a manufacturer ID (both primary keys in the tables mentioned). For now, I have been setting the manufacturer's ID manually, primarily for that rare instance where a manuf