Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 ON UPDATE CASCADE does not work!!

Author  Topic 

nisha
Starting Member

2 Posts

Posted - 2004-09-23 : 07:45:30

Hi,

I've just created a database, where i want the foreign keys to update when a primary key value is created for a row. I used the on update cascade for the foreign keys which reference the primary key. When i insert data into the table, the foreign keys are not updated with the values of the primary key. Am i doing something wrong?

Thanks,

nisha

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2004-09-23 : 07:53:16
please do not double post...

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=40369
Go to Top of Page
   

- Advertisement -