Thread [PHP] NULL = 0 != null ??? (34 answers)
Opened by FlorianL at 2007-10-05 14:17

FlorianL
 2007-10-09 12:48
#100543 #100543
User since
2007-05-18
142 Artikel
BenutzerIn
[default_avatar]
jau, fehlte ein 's', hab ich dannach auch gecheckt :]


Code: (dl )
1
2
3
Cannot add or update a child row: a foreign key constraint fails (`teammeeting/meeting_teilnehmer`, CONSTRAINT `teilnehmer_id` FOREIGN KEY (`teilnehmer_id`) REFERENCES `teilnehmer` (`id`) ON DELETE C

INSERT INTO meeting_teilnehmer (meeting_id, teilnehmer_id) VALUES (1, 0)



muss ich jetz die insert statements auch alle noch ändern?!?

View full thread [PHP] NULL = 0 != null ???