I am trying to create a c program that can interface with a dbm created from a perl scriptB. I know only how to access NDBM and GDBM databases, but the person who wrote the database program in Perl used SDBM. How can I access this SDBM database in c?
Thanks Evan