I'm trying to populate my tables. Yesterday I was able to populate one table. I went to "edit top 200 row" and then I went to my excel file, copied the information, and pasted it onto the database. I realized I wanted to add more data, so I deleted the data I had and now I just keep getting an error message whenever I try to populate the table again:
you are inserting a NULL value in the column ISBN.As the error says,that this column doesn't allow NULL,you need to pass a value in this column to get id of this error.
I was able only to add two books and then it stopped putting them. I have a book written by two authors. On the authorid part, can i write: 1,2? I tried doing that, but it says to change the data type. It is varchar?
Can you explain more? I did write the book information twice.
One row had author ID be one and then another row with author ID be two, but then the program said they were duplicates...so author ID 2 was deleted.