In this video, I have completed the database part for book edit feature. For updating database entry, we can use the following SQL command.
UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition;
Since BookID is our primary key for book entries, we can update every field except book ID.
GitHub Page : https://github.com/afsalashyana/Libra...
- Genuine Coder
http://www.genuinecoder.com/