Xref: utzoo comp.databases:4645 comp.sys.ibm.pc:42149 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!hacgate!ashtate!dbase!awd From: awd@dbase.A-T.COM (Alastair Dallas) Newsgroups: comp.databases,comp.sys.ibm.pc Subject: Re: Clipper's SET RELATION question Summary: Not in dBASE it doesn't... Keywords: DELETE Message-ID: <371@dbase.A-T.COM> Date: 16 Jan 90 19:36:32 GMT References: <8307@cbnewsm.ATT.COM> Organization: Ashton Tate Development Center Glendale, Calif. Lines: 11 In article <8307@cbnewsm.ATT.COM>, ldc@cbnewsm.ATT.COM (derrick.j.mitchell) writes: > When you are using the SET RELATION in Clipper and > issue a DELETE, does the DELETE command affect the data file > that the RELATION is set to? No, at least not in dBASE. Relations are often used, for example, to refer a transaction table with a customer table. Just because a single transaction is being deleted should not imply deleting the customer as well. You can do that, easily, but the system doesn't assume you want to. /alastair/