1 message in com.mysql.lists.javaCascading updates
FromSent OnAttachments
Martijn Smit30 Mar 2005 10:39 
Subject:Cascading updates
From:Martijn Smit (Expi@Gangkast.com)
Date:03/30/2005 10:39:20 AM
List:com.mysql.lists.java

Hi All,

As I have implemented cascading rules in my database, all is well from the command-line. That is, I can update and/or delete from the cmd-line and all referenced tables are effected accordingly.

But when I ussue a rs.update() from Java I'm walking new grounds I think, because things are not (apparently) so simple as they seem. Can anyone give me some directions / urls where these cascading things are pointed out? I'm stumbeling over getImportedKeys, metadata, but I'm missing some conceptual grasp I think.

Thanks, Martijn