File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes How to define CASCADE DELETE and CASECADE UPDATE? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to define CASCADE DELETE and CASECADE UPDATE?" Watch "How to define CASCADE DELETE and CASECADE UPDATE?" New topic
Author

How to define CASCADE DELETE and CASECADE UPDATE?

Clara Hall
Greenhorn

Joined: Nov 24, 2001
Posts: 16
How to define CASCADE DELETE and CASECADE UPDATE?
I tried to use ON DELETE CASCADE ON UPDATE CASCADE after the foreign key constrain, but it doesn't work, I also tried some other format which I can imaging, but none of them works.
Thanks.
Clara
Peter den Haan
author
Ranch Hand

Joined: Apr 20, 2000
Posts: 3252
Well, for a start, what database are you using?
- Peter
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to define CASCADE DELETE and CASECADE UPDATE?
 
Similar Threads
ON UPDATE RESTRICT in cascade?
One-to-many mapping using SET
"Cascade=delete" issue in many-to-one tag.
Syntax error for Access Database
DB2 : about the CASCADE update/delete