|
From: Kurt R. <ku...@ra...> - 2000-11-22 11:30:26
|
On Tue, Nov 21, 2000 at 09:44:16PM -0500, Scott Fenton wrote: > OK, I just checked a new version of parsech into CVS. In it > is the code to do DBM databases. However, the linkage is > currently lost in the transfer to DBM. Does anyone have > some good suggestions on how to store links in there? First of all, I'm a little confused about hhow your code works. Why not just call dbm_open before calling parse, so that when parse tries to store data in the array, it actually goes into the dbm hash. For linking, why not do the same thing with the link array? -Kurt > As the second part of this message, I will say what I'll do > when the linkage is taken care of. After that's done, I'm > going to start work on a python browser for the files. It's > going to read in the DBMs I'm making. Any thoughts, > suggestions, or jelly donughts would be appreciated. > > -Scott > > -- > pub 1024D/B5A525FA 2000-08-26 Scott Fenton <sj...@ra...> > sub 1024g/A41E2502 2000-08-26 > _______________________________________________ > Comp-hist-devel mailing list > Com...@li... > http://lists.sourceforge.net/mailman/listinfo/comp-hist-devel |