Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to write trigger for ON_DELETE_CASCADE?
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 toolReceived on Fri Jun 17 2005 - 12:52:51 CDT
![]() |
![]() |