1 (edited by v_pozidis 2015-12-29 19:07:24)

Topic: What is this for an error ?

when I press the delete button I get this error message.
What's wrong ?

Post's attachments

Attachment icon error.png 15.71 kb, 256 downloads since 2015-12-29 

Re: What is this for an error ?

Hello v_pozidis

Can you show us how are built your tables.

I think that you are trying to idelete a value in table2.UserID that does not exist in table1.UserID.

You've  probably create a relationship between those two tables.
If you check Cascade delete ...... (database integrity), you could solve your probleme.
You will see it when creating a relationship.
So integrity of your two tables will be preserved.

Tell us what's going on

JB

Re: What is this for an error ?

v_pozidis wrote:

when I press the delete button I get this error message.
What's wrong ?

Please attach your project, I'll check it.

Dmitry.

4 (edited by v_pozidis 2015-12-29 21:43:21)

Re: What is this for an error ?

found the error

Here is the answer

Post's attachments

Attachment icon error.png 11.99 kb, 277 downloads since 2015-12-29