I have parent-child table relationships in the Sql server database I am
populating. Therefore, the child tables  possess fields referencing the
primary key of the parent tables.  How do I determine the primary key values
of the records I am populating to the parent table so that I may specify
those values in order to populate the related records in the child tables?

Any information is greatly appreciated.



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

Reply via email to