Deletion of databas...
 
Notifications
Clear all

Question Deletion of database entries?

2 Posts
2 Users
1 Reactions
507 Views
CriticalFailure
Posts: 9
Topic starter
(@criticalfailure)
Active Member
Joined: 2 years ago

It seems like I can't straight up delete a row in a database. I'm not talking about anything thats there to begin with. I entered some data into the event tab while I was learning the program and now I'm not sure if I can remove them.

Is there a remove command?

Thanks!

1 Reply
Posts: 19
Admin
(@hilvar)
Member
Joined: 3 years ago

You cannot delete a row. The relational constraints in the database would either result in cascade deletions you probably would not want or if the relations were ignored you would have a broken database which would result in runtime erros when the program attempts to access a relation that no longer exists.

Just edit the row to use it for another purpose or different text.

Reply
Share: