• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Can't delete rows in SQLite Expert, foreign key constraint failed?

Kryzax

The cake is a lie
Joined
May 31, 2012
Messages
18
Reaction score
1
Hey guys.

I'm new to SQLite, cannot figure out this problem. I have searched. Some of the players in my database I CAN delete, others I can't. Can anyone figure out why?

I get this error message

foreign key constrain failed
SQL Statement:
delete from [accounts] where [rowid] = ?.

Thanks!!
 
The error is pretty straightforward. You have a foreign key preventing you from deleting the row. The constraint will need to be lifted before the row can be deleted. This might be useful to you in finding the constraint(s).
 

Similar threads

Back
Top