Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to write trigger for ON_DELETE_CASCADE?

Re: How to write trigger for ON_DELETE_CASCADE?

From: Andy Hassall <andy_at_andyh.co.uk>
Date: Fri, 17 Jun 2005 18:52:51 +0100
Message-ID: <ob36b1t6358304acgf4c0qgtkd57d4l1u5@4ax.com>


On Thu, 16 Jun 2005 22:56:35 -0700, DA Morgan <damorgan_at_psoug.org> wrote:

>ajay.sonawane_at_gmail.com wrote:
>> I think that our discussion has changed the track,
>> I will explain my problem in detail. I am using SQlite library to
>> handle database. It does not support ON_DELETE_CASCADE, So I need to
>> write a trigger to achieve same effect.
>
>What does A have to do with Z?
>
>The library you use is irrelevant to the discussion.
>
>I haven't followed this thread closely because I thought everyone
>else's responses were spot on. But I haven't seen anything that
>makes me think you haven't already received the correct response.
>Please explain, if you think I am incorrect, how the library is
>relevant to the subject.

 If he's talking about the same library, then SQLite (http://www.sqlite.org/) is a simple SQL-based embedded database in the form of a library for applications, so you just link against it and get a basic database inside your app without having to set up a server.

 Which would imply he's not using Oracle at all, and so is posting to completely the wrong place.

 It has a mailing list: http://www.sqlite.org/support.html

-- 
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Received on Fri Jun 17 2005 - 12:52:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US