This function opens database file, using database method type and subtype, with access rights access and permissions mode. access can be any combination of
rwand+, for read, write, and creation flags.type can have the value
'dbmor'berkeley-dbto select the type of database file to use. (Note: XEmacs may not support both of these types.)For a type of
'dbm, there are no subtypes, so subtype should benil.For a type of
'berkeley-db, the following subtypes are available:'hash,'btree, and'recno. See the manpages for the Berkeley DB functions for more information about these types.