Hi all,
I want to create recursive trigger in my application does SQLite supports this? Actually I have one table where parent child relationship exists between the columns. So if parent row gets deleted the children should also get deleted. So how could I get this from SQLite. I have found few recursive triggers on NET for this problem But how could I resolve this in SQLite? Thanks in advance

