Xref: utzoo comp.databases:4545 comp.sys.ibm.pc:41343 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!sun-barr!rutgers!att!cbnewsm!ldc From: ldc@cbnewsm.ATT.COM (derrick.j.mitchell) Newsgroups: comp.databases,comp.sys.ibm.pc Subject: Clipper's SET RELATION question Keywords: DELETE Message-ID: <8307@cbnewsm.ATT.COM> Date: 5 Jan 90 19:10:48 GMT Organization: AT&T Bell Laboratories Lines: 13 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? For example: USE customer SET RELATION TO name IN supplier GOTO 4 DELETE && Will the record in "supplier" be marked as delete. Thanks in advance.