I want to create a form that will input a number of records, into a number
of different tables.

The first part of the detail will need to create a new "product" record.
this will create Product ID.  the Product ID is required to insert the
"features" for this product ID into another table.

Is there any way that run determine the ProdID of the record I am inserting,
so that I can run the insert for the features?

or am I going to need to Insert the Product record (to get the Product ID),
and then query the product database, to get the new ID, then use the newly
gained ID, to add all the features to the feature table?


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to