home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!mel.dit.csiro.au!yarra!bohra.cpg.oz.au!jan
- From: jan@bohra.cpg.oz.au (Jian Cai)
- Newsgroups: comp.databases.informix
- Subject: C-ISAM: deleting record also removes lock
- Message-ID: <1992Aug26.232000.12106@bohra.cpg.oz.au>
- Date: 26 Aug 92 23:20:00 GMT
- Organization: Computer Power Software
- Lines: 11
-
- Can anyone confirm (or reject) this statement:
-
- C-ISAM, while in a transaction, removes the lock (if any) on a record
- upon deletion of the record.
-
- If this is true, and if the file is not locked, another transaction
- can insert a record with the same key, and both are successful:
- transaction 1 transaction 2
- delete record1
- insert record1
- commit commit
-