lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	db_get - get an entry from a database

SYNTAX
	mixed db_get(string file, string index);

DESCRIPTION
	If the index is present in the database file it is returned.
	If the index isn't present zero is returned.
	If the database isn't present it is created.
	If something goes wrong a non-zero integer is returned.

SEE ALSO
	db_set, db_delete, db_indices