R
Roshawn
Hi,
I have a DataSet that contains one DataTable and holds data pertaining to
books. This table has a primary key column based on the ISBN of books and
is loaded with data. Suppose I add other books to the table and one of them
is a book that is already in the table. Will the table now have two rows
for the same book, or will the new row just be discarded? Also, what type
of errors are thrown, if any?
Thanks,
Roshawn
I have a DataSet that contains one DataTable and holds data pertaining to
books. This table has a primary key column based on the ISBN of books and
is loaded with data. Suppose I add other books to the table and one of them
is a book that is already in the table. Will the table now have two rows
for the same book, or will the new row just be discarded? Also, what type
of errors are thrown, if any?
Thanks,
Roshawn