Re: [CDBI] Cascading Update

[prev] [thread] [next] [Date index for 2006/02/06]

From: yoorobot
Subject: Re: [CDBI] Cascading Update
Date: 22:14 on 06 Feb 2006
Jay Hargreaves wrote:
> I've created an admin script to allow users to create/modify/delete 
> News and NewsCategories entries. But I am having trouble when updating 
> the NewsCategories entry with a new ID. If I just change the ID in the 
> object and do an update nothing happens - perhaps I have missed 
> something as this seems the obvious way to do this.
>

I'm confused, NewsCategories has many News?  And so, you are trying to 
update News.NewsCategory_id ? or NewsCategory.id?  In the latter case, 
it /sounds/ like you're trying to muck with a primary key which is bound 
to "not work" and in the former case, you could write an after update 
trigger to handle updating the news category ids in News with a 
different NewsCategory.id  (assuming that the intent is to change the 
category the news item belongs to).   Sorry if I've read your question 
wrong.

- James



_______________________________________________
ClassDBI mailing list
ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi

(message missing)

[CDBI] Cascading Update
Jay Hargreaves 21:38 on 06 Feb 2006

Re: [CDBI] Cascading Update
yoorobot 22:14 on 06 Feb 2006

Re: [CDBI] Cascading Update
Jay Hargreaves 22:54 on 06 Feb 2006

Re: [CDBI] Cascading Update
yoorobot 23:05 on 06 Feb 2006

Re: [CDBI] Cascading Update
Jay Hargreaves 23:26 on 06 Feb 2006

Re: [CDBI] Cascading Update
.--- .- -- . ... 14:59 on 07 Feb 2006

Re: [CDBI] Cascading Update
Kingsley Kerce 22:20 on 06 Feb 2006

Re: [CDBI] Cascading Update
Jay Hargreaves 22:49 on 06 Feb 2006

Re: [CDBI] Cascading Update
Jay Hargreaves 15:02 on 07 Feb 2006

Generated at 23:19 on 12 Feb 2006 by mariachi v0.52