Hello all,

> I can't find it in the docs just now, but I am pretty certain
"cascade"
> is one of the values you can assign to the /onDelete/ attribute.
> "setnull" is the other possible behaviour.

from database_3_1.dtd:

<!ATTLIST foreign-key
  foreignTable CDATA #REQUIRED
  name CDATA #IMPLIED
  onUpdate (cascade|setnull|restrict|none) "none"
  onDelete (cascade|setnull|restrict|none) "none"
>


HTH,

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to