Cascadind删除和更新

Cascadind删除和更新

本文介绍了Cascadind删除和更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我有以下表结构。



产品Product_Categories Product_Symptoms



.......................... ............ ......................................... ......... ................................................ >


Product_id(pk)Product_Catg_id(fk)Product_Sym_id(fk)



Product_name Product_name Product_name



Product_MRP Category_name症状名称



Product_price



.... .................................................. ................



在我的asp应用程序中如果我删除产品表中的product_name,它也必须在Product_Categories和Product Symptoms中删除。更新同样的事情。



我可以为此要求提供任何示例代码。



谢谢

Hi,

I have following table structure.

Products Product_Categories Product_Symptoms

.......................... ..................................................... ........................................................

Product_id (pk) Product_Catg_id(fk) Product_Sym_id(fk)

Product_name Product_name Product_name

Product_MRP Category_name Symptom_name

Product_price

......................................................................

in my asp application if i delete product_name in product table it has to delete in Product_Categories and Product Symptoms also. Same thing for Update also.

Can i have any sample code for this requirement.

Thanks

推荐答案



这篇关于Cascadind删除和更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 23:03