On Tue, Jun 14, 2005 at 09:54:26AM +0530, Ajay wrote:
> There are 3 tables interconnected with each other by foreign keys. On
> deleting particular item from one table should delete all items from other
> tables that was pointing to it using foreign key (Just like
> ON_DELETE_CASCADE - SQLite does
Hello All,
There are 3 tables interconnected with each other by foreign keys. On
deleting particular item from one table should delete all items from other
tables that was pointing to it using foreign key (Just like
ON_DELETE_CASCADE - SQLite does not support ON_DELETE_CASCADE, so I want to
write
2 matches
Mail list logo