I am using a dataset and sql express 2005 to handle my data. I need to be able to insert data in one table and then insert data in another related table at the same time taking the PK from on table to use as a FK in the other.
Is there anyway to accomplish this?
Is there anyway to accomplish this?