gdbm_insert

This inserts data content giving it the key key.

gdbm_insert name key content

name is the name of a gdbm database previously opened with gdbm_open.

If data with key is already in the database, then an error is generated.

This command returns an empty string.