Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!ron@brl-vgr From: ron%brl-vgr@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: Discussion of "dbm" data base system Message-ID: <15369@sri-arpa.UUCP> Date: Tue, 10-Jan-84 03:02:29 EST Article-I.D.: sri-arpa.15369 Posted: Tue Jan 10 03:02:29 1984 Date-Received: Sun, 15-Jan-84 01:26:53 EST Lines: 10 From: Ron Natalie I took the DBM subroutines and renamed them and reworked them so that you can access multiple database files (doing a second dbminit causes unreliable results) by passing a structure with all the file specific info in it (i.e. all the things that were static internal variables before). It is trivial to do, but I will send the source out to those who are lazy. -Ron