Board index » cppbuilder » Cascade delete
Kabir Miah
![]() CBuilder Developer |
Cascade delete2003-12-15 06:56:51 AM cppbuilder40 I have a problem, i created few tables with appropriate secondry indexes in each table. I placed 3 DBGridbox each pointed to each tables. It is fine when I select each row from one grid as other grids responds to what the master grid is slected. My problem is when i delete a row from master grid i was expecting the 2nd and 3rd tables which relies on the master table should also be deleted but it does not. eg. WareHouse---- | Warehouse Location Table--- |_ Pallet Table | -----Box Table So If i delete a row from Warehouse Location table i was expecting that all rows from pallet and all rows from box table should be deleted? Any help would be appreciated. Kabir |