[Tutor] Need bsddb/recno examples
runsun
runsun@bilbo.bio.purdue.edu
Tue, 13 Aug 2002 21:55:42 -0500
Thx for the reply but what I need is an example code. The
info regarding bsddb.rnopen you provided can be easily found
but it doesn't help at all.
] Ah yes, that is it:
] http://www.python.org/doc/current/lib/module-bsddb.html
]
] So I'm assuming you wish to open DB files? bsddb.rnopen(filename[, flag[,
] mode[, rnflags[, cachesize[, psize[, lorder[, reclen[, bval[,
] bfname]]]]]]]]]) should do the trick.
]
] Another option you may want to check out is Gadfly. It is totally
] in Python
] and makes DB's basesd upon the SQL language. Does not take as
] much space as
] MySQL and seems less cryptic.
]
] Just my $0.02 worth.
]
] Good Luck.
] SA