Hello. I want to know how to delete specific row (/record) off my database. My teacher is a lazy *** who just makes me do stuff without explaining anything to me. As part of my task i need to delete one row. But i can’t really figure out how the whole rowid thing works. So appreciate some help.
Also. I did look at previous results. But every result i found was outdated. I appreciate some help with this.
2 Likes
I used the local database for this. It’s part of my task so i can’t use something else.
1 Like
Have you considered this
You will need to supply the row id
which is as simple as a sequence number, so to delete the first row enter 1 as the row id
.
1 Like
I tried this. But it seems not be working.
Is there an issue with how i did it?
2 Likes
A Reply to this
1 Like
How do you know that it is not working?
Please explain how you are verifying that the row has not been deleted.
1 Like
Can you share the project link?
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.