JavaFX Library Software #27 : Completing Book Edit Option - Database Part

Опубликовано: 28 Сентябрь 2024
на канале: Genuine Coder
3,674
43

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/