D
deshimam
Has anybody come across this?
I have a dataset with records of items and depending on itemID, I get
price of each item from another table. I am merging two datasets with
the primaryKey constraint. I have read all articles on this group to
see how to insert a new row in the item and then add a corresponding
price in another table when I have not inserted the data in the
database. i.e. I don't have the itemID when I insert the price. I want
to add more than one row and then commit the changes to the database
when user selects to save data.
Thanks,
I have a dataset with records of items and depending on itemID, I get
price of each item from another table. I am merging two datasets with
the primaryKey constraint. I have read all articles on this group to
see how to insert a new row in the item and then add a corresponding
price in another table when I have not inserted the data in the
database. i.e. I don't have the itemID when I insert the price. I want
to add more than one row and then commit the changes to the database
when user selects to save data.
Thanks,