in reply to Re^3: SDBM databases: Alternate Keys with Duplicates
in thread SDBM databases: Alternate Keys with Duplicates

I choose Win32 Perl SDBM and native Windows(tm) GUI and File handling. But anyone can implement Joint Database Technology on any O/S platform using Flat File databases and SDBM databases using a programming language of their choice supporting SDBM. The batch-interface and GUI user-interface is also a personal choice. You can use Perl TK (GUI) instead of the native Perl Win32-GUI. In Perl. you can instead use: Sysopen Syswrite, Sysseek, Sysread, instead of the Windows API file handling syntax I personally have selected.

Replies are listed 'Best First'.
Re^5: SDBM databases: Alternate Keys with Duplicates
by marto (Cardinal) on Nov 27, 2017 at 19:37 UTC

    This doesn't seem to address any of the questions I've asked about your project. I appreciate that this is your baby, but it seems like it's going to be of no use to anyone else when more robust, open source, industry standard tools do this better already.